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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 678683004: HTMLImportLoader should talk directly to mojo::NetworkService (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address reviewer comments Created 6 years, 2 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/engine/platform/fetcher/MojoFetcher.cpp ('k') | sky/engine/wtf/text/CString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index b350525b67d07673a88e00f427a3ffadeec8a32c..4bce22f9a1c9e816988435c6eb37bc157a1e3554 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -47,6 +47,10 @@
class GrContext;
+namespace mojo {
+class NetworkService;
+}
+
namespace blink {
class WebBlobRegistry;
@@ -169,6 +173,8 @@ public:
// Network -------------------------------------------------------------
+ virtual mojo::NetworkService* networkService() { return 0; }
+
// Returns a new WebURLLoader instance.
virtual WebURLLoader* createURLLoader() { return 0; }
« no previous file with comments | « sky/engine/platform/fetcher/MojoFetcher.cpp ('k') | sky/engine/wtf/text/CString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698