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

Unified Diff: blimp/client/core/dummy_blimp_client_context.cc

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
« no previous file with comments | « blimp/client/core/dummy_blimp_client_context.h ('k') | blimp/client/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/dummy_blimp_client_context.cc
diff --git a/blimp/client/core/dummy_blimp_client_context.cc b/blimp/client/core/dummy_blimp_client_context.cc
index 97e5ada7c1a5c0ed8f33d80edd54926aeeccc082..5ebc115750153102694b621086a8f75005db8528 100644
--- a/blimp/client/core/dummy_blimp_client_context.cc
+++ b/blimp/client/core/dummy_blimp_client_context.cc
@@ -39,7 +39,8 @@ DummyBlimpClientContext::~DummyBlimpClientContext() {}
void DummyBlimpClientContext::SetDelegate(
BlimpClientContextDelegate* delegate) {}
-std::unique_ptr<BlimpContents> DummyBlimpClientContext::CreateBlimpContents() {
+std::unique_ptr<BlimpContents> DummyBlimpClientContext::CreateBlimpContents(
+ gfx::NativeWindow window) {
return nullptr;
}
« no previous file with comments | « blimp/client/core/dummy_blimp_client_context.h ('k') | blimp/client/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698