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

Unified Diff: cc/trees/proxy.h

Issue 2702433002: Clear renderer compositor trees if new page does not render in 4 seconds (Closed)
Patch Set: Removed a semicolon Created 3 years, 10 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 | « cc/trees/layer_tree_host_impl.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 9e6c4c09596b1929cd5e4b3cec89414568085e83..0a560268d24214e41ee2afb083ffc750e5fb810c 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -73,6 +73,8 @@ class CC_EXPORT Proxy {
BrowserControlsState current,
bool animate) = 0;
+ virtual void ResetTrees() = 0;
+
// Testing hooks
virtual bool MainFrameWillHappenForTesting() = 0;
};
« no previous file with comments | « cc/trees/layer_tree_host_impl.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698