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

Unified Diff: sky/services/platform/platform_impl.h

Issue 959773005: Share sky::PlatformImpl bettween sky_viewer and SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « sky/services/platform/net_constants.h ('k') | sky/services/platform/platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/platform/platform_impl.h
diff --git a/sky/viewer/platform/platform_impl.h b/sky/services/platform/platform_impl.h
similarity index 94%
rename from sky/viewer/platform/platform_impl.h
rename to sky/services/platform/platform_impl.h
index 5cb3c2476ccef5f679e85321c966a6fa13169694..2f6a3d588e7ab4866caed05d43b57590f3eca56a 100644
--- a/sky/viewer/platform/platform_impl.h
+++ b/sky/services/platform/platform_impl.h
@@ -17,7 +17,7 @@ namespace sky {
class PlatformImpl : public blink::Platform {
public:
- explicit PlatformImpl(mojo::ApplicationImpl* app);
+ explicit PlatformImpl(mojo::NetworkServicePtr network_service);
~PlatformImpl() override;
// blink::Platform methods:
« no previous file with comments | « sky/services/platform/net_constants.h ('k') | sky/services/platform/platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698