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

Unified Diff: cc/trees/latency_info_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
« no previous file with comments | « no previous file | cc/trees/latency_info_swap_promise_monitor.cc » ('j') | cc/trees/layer_tree_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/latency_info_swap_promise_monitor.h
diff --git a/cc/trees/latency_info_swap_promise_monitor.h b/cc/trees/latency_info_swap_promise_monitor.h
index 2f5e0e5d3394b29302c4ccea8190a6ad9710f26b..d50cc199fc64fc75eadf735e982aa0b73512e556 100644
--- a/cc/trees/latency_info_swap_promise_monitor.h
+++ b/cc/trees/latency_info_swap_promise_monitor.h
@@ -25,6 +25,7 @@ class CC_EXPORT LatencyInfoSwapPromiseMonitor : public SwapPromiseMonitor {
~LatencyInfoSwapPromiseMonitor() override;
void OnSetNeedsCommitOnMain() override;
+ void OnSetNeedsForcedRedrawOnMain() override;
void OnSetNeedsRedrawOnImpl() override;
void OnForwardScrollUpdateToMainThreadOnImpl() override;
« no previous file with comments | « no previous file | cc/trees/latency_info_swap_promise_monitor.cc » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698