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

Unified Diff: cc/test/layer_tree_test.h

Issue 429743003: Rename Animate as Begin(Main)Frame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Created 6 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: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 619ae9648d59b0da0251399a4642ee2b7540c4cb..2705833c303f29dd5bb577ed028a59b4303370b0 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -60,7 +60,7 @@ class TestHooks : public AnimationDelegate {
base::TimeTicks monotonic_time) {}
virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta,
float scale) {}
- virtual void Animate(base::TimeTicks monotonic_time) {}
+ virtual void BeginMainFrame(const BeginFrameArgs& args) {}
virtual void WillBeginMainFrame() {}
virtual void DidBeginMainFrame() {}
virtual void Layout() {}

Powered by Google App Engine
This is Rietveld 408576698