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

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: 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/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 14c66779b42ff82125f156bb56debeec6d108562..355dddeb45fca4b5264b7aa2ddeb4f1d454cc0ee 100644
--- a/blimp/client/core/blimp_client_context_impl.h
+++ b/blimp/client/core/blimp_client_context_impl.h
@@ -52,7 +52,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