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

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

Issue 2325893002: [blimp] Add support for having multiple tabs (Closed)
Patch Set: Add tablet and non-blimp support 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
Index: blimp/client/core/compositor/blimp_compositor_manager.h
diff --git a/blimp/client/core/compositor/blimp_compositor_manager.h b/blimp/client/core/compositor/blimp_compositor_manager.h
index dc1dfbd13a63e4b235235aff324961e661a0f0e1..2d12e0ee5ba0ec1ac1b6504e83229761253faa5c 100644
--- a/blimp/client/core/compositor/blimp_compositor_manager.h
+++ b/blimp/client/core/compositor/blimp_compositor_manager.h
@@ -28,6 +28,7 @@ class BlimpCompositorManager
public BlimpCompositorClient {
public:
explicit BlimpCompositorManager(
+ int blimp_contents_id,
RenderWidgetFeature* render_widget_feature,
BlimpCompositorDependencies* compositor_dependencies);
~BlimpCompositorManager() override;
@@ -67,6 +68,8 @@ class BlimpCompositorManager
int render_widget_id,
const cc::proto::CompositorMessage& message) override;
+ int blimp_contents_id_;
+
// The bridge to the network layer that does the proto/RenderWidget id work.
// BlimpCompositorManager does not own this and it is expected to outlive this
// BlimpCompositorManager instance.
« no previous file with comments | « blimp/client/app/linux/blimp_display_manager.cc ('k') | blimp/client/core/compositor/blimp_compositor_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698