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

Unified Diff: third_party/WebKit/Source/modules/vr/VRController.cpp

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (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
Index: third_party/WebKit/Source/modules/vr/VRController.cpp
diff --git a/third_party/WebKit/Source/modules/vr/VRController.cpp b/third_party/WebKit/Source/modules/vr/VRController.cpp
index 692fcbdde52bdfe80ce79e21eea0fb58938313bc..52a020797bd6e61201aa725781c1f57808606a7f 100644
--- a/third_party/WebKit/Source/modules/vr/VRController.cpp
+++ b/third_party/WebKit/Source/modules/vr/VRController.cpp
@@ -22,7 +22,7 @@ VRController::VRController(NavigatorVR* navigatorVR)
m_displaySynced(false),
m_binding(this) {
navigatorVR->document()->frame()->interfaceProvider()->getInterface(
- mojo::GetProxy(&m_service));
+ mojo::MakeRequest(&m_service));
m_service->SetClient(
m_binding.CreateInterfacePtrAndBind(),
convertToBaseCallback(

Powered by Google App Engine
This is Rietveld 408576698