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 ea3bfc60b5fd4ad58aa90350169af65864aa27ab..fb17ead8e39e02c7012adf3aaad35559e59d9a24 100644 |
--- a/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
+++ b/cc/trees/layer_tree_host_unittest_no_message_loop.cc |
@@ -54,8 +54,8 @@ class LayerTreeHostNoMessageLoopTest |
// LayerTreeHostClient overrides. |
virtual void WillBeginMainFrame(int frame_id) OVERRIDE {} |
+ virtual void BeginMainFrame(const BeginFrameArgs& args) OVERRIDE {} |
virtual void DidBeginMainFrame() OVERRIDE {} |
- virtual void Animate(base::TimeTicks frame_begin_time) OVERRIDE {} |
virtual void Layout() OVERRIDE {} |
virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta, |
float page_scale) OVERRIDE {} |