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

Unified Diff: cc/trees/thread_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/thread_proxy.h
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
index ff7325c4291032cbd263309fa278ed7d3e1f060d..474dbd67d1f4b56c819ece89790fed4892302833 100644
--- a/cc/trees/thread_proxy.h
+++ b/cc/trees/thread_proxy.h
@@ -73,6 +73,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
bool manage_tiles_pending;
bool can_cancel_commit;
bool defer_commits;
+ bool host_client_finished_;
RendererCapabilities renderer_capabilities_main_thread_copy;
@@ -153,6 +154,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
virtual void FinishAllRendering() OVERRIDE;
virtual bool IsStarted() const OVERRIDE;
virtual void SetLayerTreeHostClientReady() OVERRIDE;
+ virtual void SetLayerTreeHostClientFinished() OVERRIDE;
virtual void SetVisible(bool visible) OVERRIDE;
virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE;
virtual void SetNeedsAnimate() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698