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

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

Issue 9122020: Update CompositorCC WebLayerTreeView usage for WebKit API change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to ToT Created 8 years, 10 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
« no previous file with comments | « no previous file | ui/gfx/compositor/compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor.h
diff --git a/ui/gfx/compositor/compositor.h b/ui/gfx/compositor/compositor.h
index 13cf1cb948521779d0fb2745908ec44f6baa0c61..f4b711c3ae0fd7e482741bbfc4b406e20979fc3f 100644
--- a/ui/gfx/compositor/compositor.h
+++ b/ui/gfx/compositor/compositor.h
@@ -188,8 +188,9 @@ class COMPOSITOR_EXPORT Compositor
virtual void applyScrollAndScale(const WebKit::WebSize& scrollDelta,
float scaleFactor);
virtual WebKit::WebGraphicsContext3D* createContext3D();
- virtual void didCompleteSwapBuffers();
virtual void didRebindGraphicsContext(bool success);
+ virtual void didCommitAndDrawFrame();
+ virtual void didCompleteSwapBuffers();
virtual void scheduleComposite();
private:
« no previous file with comments | « no previous file | ui/gfx/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698