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

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

Issue 9008078: Update WebLayerTreeViewClient overrides for WebKit API change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add override for layout() as well Created 8 years, 12 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor_cc.h
diff --git a/ui/gfx/compositor/compositor_cc.h b/ui/gfx/compositor/compositor_cc.h
index 201df164f27fc811d0360a98f883052d11c61708..9888e7c784b78d5e5959aef2f1aad0647b80c5d6 100644
--- a/ui/gfx/compositor/compositor_cc.h
+++ b/ui/gfx/compositor/compositor_cc.h
@@ -101,7 +101,12 @@ class COMPOSITOR_EXPORT CompositorCC
virtual bool ReadPixels(SkBitmap* bitmap, const gfx::Rect& bounds) OVERRIDE;
// WebLayerTreeViewClient implementation.
+ // TODO(jamesr): Remove this override once upstream declaration is removed and
+ // rolled into DEPS
virtual void animateAndLayout(double frameBeginTime);
+
+ virtual void updateAnimations(double frameBeginTime);
+ virtual void layout();
virtual void applyScrollAndScale(const WebKit::WebSize& scrollDelta,
float scaleFactor);
virtual void applyScrollDelta(const WebKit::WebSize&);
« no previous file with comments | « no previous file | ui/gfx/compositor/compositor_cc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698