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

Unified Diff: blimp/client/core/compositor/blimp_compositor.h

Issue 2320823003: cc/blimp: Remove Initialize and Close messages. (Closed)
Patch Set: format Created 4 years, 3 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 | blimp/client/core/compositor/blimp_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/compositor/blimp_compositor.h
diff --git a/blimp/client/core/compositor/blimp_compositor.h b/blimp/client/core/compositor/blimp_compositor.h
index 095c9e1fbd6b6462410a22df9830284fbe6e2973..79da0b8035d162fe2ac808fe014fb557db6286f5 100644
--- a/blimp/client/core/compositor/blimp_compositor.h
+++ b/blimp/client/core/compositor/blimp_compositor.h
@@ -180,10 +180,6 @@ class BlimpCompositor : public cc::LayerTreeHostClient,
std::unique_ptr<cc::LayerTreeHostInterface> host_;
- // Whether or not |host_| should be visible. This is stored in case |host_|
- // is null when SetVisible() is called.
- bool host_should_be_visible_;
-
// The SurfaceFactory is bound to the lifetime of the BlimpOutputSurface. When
// detached, the surface factory will be destroyed.
std::unique_ptr<cc::SurfaceFactory> surface_factory_;
« no previous file with comments | « no previous file | blimp/client/core/compositor/blimp_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698