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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 2775483003: Use public Service Manager Connector API in Blink (Closed)
Patch Set: . Created 3 years, 9 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 | « third_party/WebKit/public/platform/Connector.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 590bb87c2c979479a759630331c0e92c53640042..b6968a9d2210e4251e8e5c42320a168f65099dc8 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -64,6 +64,10 @@ namespace gpu {
class GpuMemoryBufferManager;
}
+namespace service_manager {
+class Connector;
+}
+
namespace v8 {
class Context;
template <class T>
@@ -72,7 +76,6 @@ class Local;
namespace blink {
-class Connector;
class InterfaceProvider;
class WebAudioBus;
class WebAudioLatencyHint;
@@ -601,7 +604,7 @@ class BLINK_PLATFORM_EXPORT Platform {
// Mojo ---------------------------------------------------------------
- virtual Connector* connector();
+ virtual service_manager::Connector* connector();
virtual InterfaceProvider* interfaceProvider();
« no previous file with comments | « third_party/WebKit/public/platform/Connector.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698