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

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

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Rebase Created 4 years 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/DEPS ('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 4264a4cd22d5e6a7a3757f12025b6c572370b9dc..c92b047ec714d442efdfaf92e59ab583c8576dd0 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -56,6 +56,7 @@
#include "base/metrics/user_metrics_action.h"
#include "cc/resources/shared_bitmap.h"
#include "cc/surfaces/frame_sink_id.h"
+#include "services/service_manager/public/interfaces/connector.mojom-blink.h"
Sam McNally 2016/12/20 07:29:38 We shouldn't exposing blink-variant mojoms outside
blundell 2016/12/20 07:39:43 Can you elaborate? I understand that in general, t
Sam McNally 2016/12/20 08:57:18 Blink variants of mojoms include WTF types. Using
blundell 2016/12/20 09:01:57 Got it, thanks. In making this change, I'll also b
namespace gpu {
class GpuMemoryBufferManager;
@@ -604,6 +605,9 @@ class BLINK_PLATFORM_EXPORT Platform {
virtual InterfaceProvider* interfaceProvider();
+ virtual void bindServiceConnector(
+ service_manager::mojom::blink::ConnectorRequest);
+
// Platform events -----------------------------------------------------
// Device Orientation, Device Motion, Device Light, Battery, Gamepad.
« no previous file with comments | « third_party/WebKit/public/platform/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698