Index: ui/gfx/compositor/compositor_gl.h |
diff --git a/ui/gfx/compositor/compositor_gl.h b/ui/gfx/compositor/compositor_gl.h |
index cfa4756738bff30773e9a3082595b8b6de694442..0cf71b91117f54020e37b7131a29b34a7d37f76d 100644 |
--- a/ui/gfx/compositor/compositor_gl.h |
+++ b/ui/gfx/compositor/compositor_gl.h |
@@ -119,6 +119,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_; |
+ |
// Keep track of whether compositing has started or not. |
bool started_; |