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

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

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 | « ui/gfx/compositor/compositor_cc.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/compositor_cc.cc
diff --git a/ui/gfx/compositor/compositor_cc.cc b/ui/gfx/compositor/compositor_cc.cc
index 98ab62afb079a38293144d600538e070301e9517..fffb6ded5da8a5f8b36a06c1c031453458e0b939 100644
--- a/ui/gfx/compositor/compositor_cc.cc
+++ b/ui/gfx/compositor/compositor_cc.cc
@@ -237,6 +237,12 @@ bool CompositorCC::ReadPixels(SkBitmap* bitmap, const gfx::Rect& bounds) {
void CompositorCC::animateAndLayout(double frameBeginTime) {
}
+void CompositorCC::updateAnimations(double frameBeginTime) {
+}
+
+void CompositorCC::layout() {
+}
+
void CompositorCC::applyScrollAndScale(const WebKit::WebSize& scrollDelta,
float scaleFactor) {
}
« no previous file with comments | « ui/gfx/compositor/compositor_cc.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698