| 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(
|
|
|