Chromium Code Reviews| Index: cc/trees/proxy.h |
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
| index 84844c8949721f294978959553c951c2a9fb080c..857f52fad69eb5c3f55ed44d093a7b6623e2c27d 100644 |
| --- a/cc/trees/proxy.h |
| +++ b/cc/trees/proxy.h |
| @@ -70,6 +70,7 @@ class CC_EXPORT Proxy { |
| virtual void SetNeedsCommit() = 0; |
| virtual void SetNeedsRedraw(gfx::Rect damage_rect) = 0; |
| virtual void SetNextCommitWaitsForActivation() = 0; |
| + virtual void SetNextCommitForcesRedraw() = 0; |
| virtual void NotifyInputThrottledUntilCommit() = 0; |