Index: cc/trees/layer_tree_host_unittest_no_message_loop.cc |
diff --git a/cc/trees/layer_tree_host_unittest_no_message_loop.cc b/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
index 1a24ba5c51c6a17946680d77b8ebc49335b37c92..67a233aea181d962ba28513f1c3da1737be780ae 100644 |
--- a/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
+++ b/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
@@ -55,7 +55,7 @@ class LayerTreeHostNoMessageLoopTest |
// LayerTreeHostClient overrides. |
virtual void WillBeginMainFrame(int frame_id) OVERRIDE {} |
virtual void DidBeginMainFrame() OVERRIDE {} |
- virtual void Animate(base::TimeTicks frame_begin_time) OVERRIDE {} |
+ virtual void BeginMainFrame(const BeginFrameArgs& args) OVERRIDE {} |
mithro-old
2014/08/11 07:33:33
Maybe the order here should be;
WillBeginMainFra
Sami
2014/08/11 17:51:26
Done.
|
virtual void Layout() OVERRIDE {} |
virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta, |
float page_scale) OVERRIDE {} |