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

Unified Diff: blimp/client/core/blimp_client_context_impl.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/blimp_client_context_impl.h
diff --git a/blimp/client/core/blimp_client_context_impl.h b/blimp/client/core/blimp_client_context_impl.h
index 8302d26ca19bdb5617f7f005a4755092e5c6a8ad..ae6ce350db276de990f1f2d5e9d25fd5f975ecae 100644
--- a/blimp/client/core/blimp_client_context_impl.h
+++ b/blimp/client/core/blimp_client_context_impl.h
@@ -45,7 +45,8 @@ class BlimpClientContextImpl : public BlimpClientContext,
// BlimpClientContext implementation.
void SetDelegate(BlimpClientContextDelegate* delegate) override;
- std::unique_ptr<BlimpContents> CreateBlimpContents() override;
+ std::unique_ptr<BlimpContents> CreateBlimpContents(
+ gfx::NativeWindow window) override;
void Connect() override;
// NetworkEventObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698