| Index: ui/gfx/compositor/compositor_gl.h
|
| diff --git a/ui/gfx/compositor/compositor_gl.h b/ui/gfx/compositor/compositor_gl.h
|
| index c89d47bfeb1145f4f49ed90492fe2c04bcc5d86d..4803eab8bccfd7fa5d6e1f96b9aa74f4a19266ef 100644
|
| --- a/ui/gfx/compositor/compositor_gl.h
|
| +++ b/ui/gfx/compositor/compositor_gl.h
|
| @@ -114,6 +114,9 @@ class COMPOSITOR_EXPORT CompositorGL : public Compositor {
|
| scoped_refptr<gfx::GLSurface> gl_surface_;
|
| scoped_refptr<gfx::GLContext> gl_context_;
|
|
|
| + // The surface the compositor paints onto.
|
| + gfx::AcceleratedWidget widget_;
|
| +
|
| // Keep track of whether compositing has started or not.
|
| bool started_;
|
|
|
|
|