diff --git a/js/ui/magnifier.js b/js/ui/magnifier.js index a5e6c22d7..fe1ca3e09 100644 --- a/js/ui/magnifier.js +++ b/js/ui/magnifier.js @@ -55,7 +55,7 @@ var MouseSpriteContent = GObject.registerClass({ return [true, this._texture.get_width(), this._texture.get_height()]; } - vfunc_paint_content(actor, node) { + vfunc_paint_content(actor, node, _paintContext) { if (!this._texture) return;