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

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: addressed nit, renamed CreateForTesting and piped through touch handling 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 fcbadc5d5ef060a0ade1f70027ac6f91e5af7673..31e8bf6fd936d9293866bd7d543017a7ed1841cb 100644
--- a/blimp/client/core/contents/blimp_contents_manager.h
+++ b/blimp/client/core/contents/blimp_contents_manager.h
@@ -8,6 +8,8 @@
#include <map>
#include "base/memory/weak_ptr.h"
+#include "blimp/client/core/contents/blimp_contents_impl.h"
+#include "ui/gfx/native_widget_types.h"
namespace blimp {
namespace client {
@@ -36,7 +38,8 @@ class BlimpContentsManager {
// Builds a BlimpContentsImpl and notifies the engine.
// TODO(mlliu): Currently we want to have a single BlimpContents. If there is
// an existing contents, return nullptr (http://crbug.com/642558).
- 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);
« no previous file with comments | « blimp/client/core/contents/blimp_contents_impl_unittest.cc ('k') | blimp/client/core/contents/blimp_contents_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698