Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index ee92173695d49856c46d6862931e15ced127e720..2e2ca1d4391175aea8d24cd2993d721f79500fa8 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -36,6 +36,7 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient { |
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; |