Index: cc/test/fake_layer_tree_host_impl_client.h |
diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h |
index 9d946aa006d1d3b2429e1116539fe646f7c0b853..b386e6ee39479d7f0c0247153ccb5a163c8f36fe 100644 |
--- a/cc/test/fake_layer_tree_host_impl_client.h |
+++ b/cc/test/fake_layer_tree_host_impl_client.h |
@@ -29,6 +29,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient { |
void SetNeedsAnimateOnImplThread() override {} |
void SetNeedsCommitOnImplThread() override {} |
void SetNeedsPrepareTilesOnImplThread() override {} |
+ void SetVideoNeedsBeginFrames(bool needs_begin_frames) override {} |
void PostAnimationEventsToMainThreadOnImplThread( |
scoped_ptr<AnimationEventsVector> events) override {} |
bool ReduceContentsTextureMemoryOnImplThread(size_t limit_bytes, |