Chromium Code Reviews| Index: cc/trees/swap_promise_monitor.h |
| diff --git a/cc/trees/swap_promise_monitor.h b/cc/trees/swap_promise_monitor.h |
| index d163af58df3266ccafe24694f341bcd61bf6b9e5..d8cb7bf1c2e3e3aa6f83f66b7710ffa4321dd6b5 100644 |
| --- a/cc/trees/swap_promise_monitor.h |
| +++ b/cc/trees/swap_promise_monitor.h |
| @@ -32,6 +32,7 @@ class CC_EXPORT SwapPromiseMonitor { |
| virtual ~SwapPromiseMonitor(); |
| virtual void OnSetNeedsCommitOnMain() = 0; |
| + virtual void OnSetNeedsForcedRedrawOnMain() = 0; |
|
piman
2016/07/28 20:54:09
Is this and the associated logic in LTH really nee
|
| virtual void OnSetNeedsRedrawOnImpl() = 0; |
| virtual void OnForwardScrollUpdateToMainThreadOnImpl() = 0; |