| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 0a2da1f767d83367cc21ad09a1a61fd615978a28..0aaeb3eefaedf3e18d6dec77be6d8a13f974918c 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -110,6 +110,9 @@ class LayerTreeHostImplTest : public testing::Test,
|
|
|
| virtual void UpdateRendererCapabilitiesOnImplThread() OVERRIDE {}
|
| virtual void DidLoseOutputSurfaceOnImplThread() OVERRIDE {}
|
| + virtual void CommitVSyncParameters(base::TimeTicks timebase,
|
| + base::TimeDelta interval) OVERRIDE {}
|
| + virtual void SetEstimatedParentDrawTime(base::TimeDelta draw_time) OVERRIDE {}
|
| virtual void SetMaxSwapsPendingOnImplThread(int max) OVERRIDE {}
|
| virtual void DidSwapBuffersOnImplThread() OVERRIDE {}
|
| virtual void DidSwapBuffersCompleteOnImplThread() OVERRIDE {}
|
|
|