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

Unified Diff: blimp/client/core/contents/blimp_contents_manager.h

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: Now owned by BlimpContentsViewAndroid and also implemented touch and sizing Created 4 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: blimp/client/core/contents/blimp_contents_manager.h
diff --git a/blimp/client/core/contents/blimp_contents_manager.h b/blimp/client/core/contents/blimp_contents_manager.h
index 9b58e76186bb9cd19145a2b6161ca04b2639c05f..d031d6232fdbd9560bead0384a47476827cd33a9 100644
--- a/blimp/client/core/contents/blimp_contents_manager.h
+++ b/blimp/client/core/contents/blimp_contents_manager.h
@@ -6,6 +6,7 @@
#define BLIMP_CLIENT_CORE_CONTENTS_BLIMP_CONTENTS_MANAGER_H_
#include "blimp/client/core/contents/blimp_contents_impl.h"
+#include "ui/gfx/native_widget_types.h"
namespace blimp {
namespace client {
@@ -23,7 +24,8 @@ class BlimpContentsManager {
~BlimpContentsManager();
// Builds a BlimpContentsImpl and notifies the engine.
- std::unique_ptr<BlimpContentsImpl> CreateBlimpContents();
+ std::unique_ptr<BlimpContentsImpl> CreateBlimpContents(
+ gfx::NativeWindow window);
// The caller can query the contents through its id.
BlimpContentsImpl* GetBlimpContents(int id);

Powered by Google App Engine
This is Rietveld 408576698