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

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

Issue 2314933004: cc/blimp: Remove the LayerTreeSettings serialization. (Closed)
Patch Set: 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 7b1601dd32a3ba361568f3717a5abe3a985c36b4..1372f3ae1e834368c38a479c83bb565155658202 100644
--- a/blimp/client/core/compositor/blimp_compositor.h
+++ b/blimp/client/core/compositor/blimp_compositor.h
@@ -28,7 +28,6 @@ class Thread;
namespace cc {
namespace proto {
class CompositorMessage;
-class InitializeImpl;
} // namespace proto
class ContextProvider;
@@ -166,7 +165,7 @@ class BlimpCompositor : public cc::LayerTreeHostClient,
// Helper method to build the internal CC LayerTreeHost instance from
// |message|.
- void CreateLayerTreeHost(const cc::proto::InitializeImpl& initialize_message);
+ void CreateLayerTreeHost();
// Helper method to destroy the internal CC LayerTreeHost instance and all its
// associated state.
« 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