Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index d8f47480aaa01fd5a114a05209cd5f6f5733a735..fae18b12641dcb6bbf718fb3eeadda5a45370b31 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -204,6 +204,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
void SetNeedsAnimateOnImplThread() override; |
void SetNeedsPrepareTilesOnImplThread() override; |
void SetNeedsCommitOnImplThread() override; |
+ void SetVideoNeedsBeginFrames(bool needs_begin_frames) override; |
void PostAnimationEventsToMainThreadOnImplThread( |
scoped_ptr<AnimationEventsVector> queue) override; |
bool ReduceContentsTextureMemoryOnImplThread(size_t limit_bytes, |