Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: ui/gfx/compositor/compositor_gl.h

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Move compositing notifications to Layer Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698