shell: Properly rename type

This is just a find-and-replace name change to make the actual code
changes in the follow-up commit more apparent.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/651
This commit is contained in:
Florian Müllner
2019-07-26 21:09:29 +02:00
parent 99a2fad311
commit ae7ec648b2
3 changed files with 75 additions and 75 deletions

View File

@ -25,7 +25,7 @@ float pixel_brightness = mix(1.0, 1.0 - vignette_sharpness, t);\n\
cogl_color_out.a = cogl_color_out.a * (1 - pixel_brightness * brightness);';
var RadialShaderQuad = GObject.registerClass(
class RadialShaderQuad extends Shell.GLSLQuad {
class RadialShaderQuad extends Shell.GLSLEffect {
_init(params) {
super._init(params);