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

Unified Diff: blimp/client/app/linux/blimp_display_manager.cc

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
« no previous file with comments | « blimp/client/app/android/blimp_view.cc ('k') | blimp/client/core/compositor/blimp_compositor_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/linux/blimp_display_manager.cc
diff --git a/blimp/client/app/linux/blimp_display_manager.cc b/blimp/client/app/linux/blimp_display_manager.cc
index 6c26a533008518f69011ffb40943cee0507dbcb0..5997c4d967aeb835cdcf124de341991e4b649801 100644
--- a/blimp/client/app/linux/blimp_display_manager.cc
+++ b/blimp/client/app/linux/blimp_display_manager.cc
@@ -19,6 +19,7 @@
namespace blimp {
namespace {
+constexpr int kDummyBlimpContentsId = 0;
constexpr int kPointer1Id = 0;
constexpr int kPointer2Id = 1;
constexpr int kZoomOffsetMultiplier = 4;
@@ -45,7 +46,8 @@ BlimpDisplayManager::BlimpDisplayManager(
compositor_->SetSize(platform_window_->GetBounds().size());
compositor_manager_ = base::MakeUnique<BlimpCompositorManager>(
- render_widget_feature, compositor_dependencies_.get());
+ kDummyBlimpContentsId, render_widget_feature,
+ compositor_dependencies_.get());
compositor_->SetContentLayer(compositor_manager_->layer());
« no previous file with comments | « blimp/client/app/android/blimp_view.cc ('k') | blimp/client/core/compositor/blimp_compositor_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698