Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: cc/trees/swap_promise_monitor.h

Issue 2185823005: Make RenderViewImpl::OnForceRedraw more robust (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698