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 fa0bfc34e146e04085e2ecb22c6cbc7cb9d98f0e..744a1dc4e86850a177f94168a9dd63f712350c82 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -142,6 +142,7 @@ class LayerTreeHostImplTest : public testing::Test, |
did_request_prepare_tiles_ = true; |
} |
void SetNeedsCommitOnImplThread() override { did_request_commit_ = true; } |
+ void SetVideoNeedsBeginFrames(bool needs_begin_frames) override {} |
void PostAnimationEventsToMainThreadOnImplThread( |
scoped_ptr<AnimationEventsVector> events) override {} |
bool ReduceContentsTextureMemoryOnImplThread(size_t limit_bytes, |