| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 47c556d60b18390adfcd047efe933055cd6200fa..0ff637a155ea6127feae88004f12b0c4e301c4da 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -100,6 +100,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void SetNeedsAnimateOnImplThread() override;
|
| void SetNeedsPrepareTilesOnImplThread() override;
|
| void SetNeedsCommitOnImplThread() override;
|
| + void SetVideoNeedsBeginFrames(bool needs_begin_frames) override;
|
| void PostAnimationEventsToMainThreadOnImplThread(
|
| scoped_ptr<AnimationEventsVector> events) override;
|
| bool ReduceContentsTextureMemoryOnImplThread(size_t limit_bytes,
|
|
|