Index: ui/gfx/compositor/compositor_gl.h |
diff --git a/ui/gfx/compositor/compositor_gl.h b/ui/gfx/compositor/compositor_gl.h |
index 0872d1ece0dda8042b6236c71244b570f823a0c0..5bd5110bc27108f5d6837c8bbd1e8e3c759297aa 100644 |
--- a/ui/gfx/compositor/compositor_gl.h |
+++ b/ui/gfx/compositor/compositor_gl.h |
@@ -80,6 +80,9 @@ class COMPOSITOR_EXPORT CompositorGL : public Compositor { |
scoped_refptr<gfx::GLSurface> gl_surface_; |
scoped_refptr<gfx::GLContext> gl_context_; |
+ // Used for implementation of SchedulePaint. |
+ gfx::AcceleratedWidget widget_; |
+ |
gfx::Size size_; |
// Keep track of whether compositing has started or not. |