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

Unified Diff: cc/trees/proxy.h

Issue 504373002: Don't destroy RenderWidgetCompositor during DoDeferredClose (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 112c259dc47c04bb6eb3f45f9c517390f885c741..3bd0e1da54cff631e9dcd6626cd5f21bcdbadf19 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -61,6 +61,10 @@ class CC_EXPORT Proxy {
// ready to use.
virtual void SetLayerTreeHostClientReady() = 0;
+ // Indicates that shutdown will happen soon and no more output surfaces
+ // should be created.
+ virtual void SetLayerTreeHostClientFinished() = 0;
+
virtual void SetVisible(bool visible) = 0;
virtual const RendererCapabilities& GetRendererCapabilities() const = 0;

Powered by Google App Engine
This is Rietveld 408576698