| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index e245432488b1e81f47e7abae40c42e0f6be482cd..4ba605dc12c0c8e5c630348ab89c4b75724b13a7 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -35,6 +35,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void SetNeedsUpdateLayers() OVERRIDE;
|
| virtual void SetNeedsCommit() OVERRIDE;
|
| virtual void SetNeedsRedraw(gfx::Rect damage_rect) OVERRIDE;
|
| + virtual void SetNextCommitWaitsForActivation() OVERRIDE;
|
| virtual void NotifyInputThrottledUntilCommit() OVERRIDE {}
|
| virtual void SetDeferCommits(bool defer_commits) OVERRIDE;
|
| virtual bool CommitRequested() const OVERRIDE;
|
|
|