| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 8122bf4e7d1bc873edce164b3c9d92a15a9dfcf3..132adcdb5e43e25299b19efb32851e8c82639384 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -53,6 +53,7 @@ class ThreadProxy : public Proxy,
|
| virtual void SetNeedsCommit() OVERRIDE;
|
| virtual void SetNeedsRedraw(gfx::Rect damage_rect) OVERRIDE;
|
| virtual void SetNextCommitWaitsForActivation() OVERRIDE;
|
| + virtual void SetNextCommitForcesRedraw() OVERRIDE;
|
| virtual void NotifyInputThrottledUntilCommit() OVERRIDE;
|
| virtual void SetDeferCommits(bool defer_commits) OVERRIDE;
|
| virtual bool CommitRequested() const OVERRIDE;
|
| @@ -181,6 +182,7 @@ class ThreadProxy : public Proxy,
|
| void StartScrollbarAnimationOnImplThread();
|
| void MainThreadHasStoppedFlingingOnImplThread();
|
| void SetInputThrottledUntilCommitOnImplThread(bool is_throttled);
|
| + void SetFullRootLayerDamageOnImplThread();
|
|
|
| // Accessed on main thread only.
|
|
|
|
|