| 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 5b249417eca02561ab1c3d0499c6d0e78ccb4854..4913040a2e275df54e413c71e7f21ed87d577160 100644
|
| --- a/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| +++ b/third_party/WebKit/Source/modules/vr/VRController.cpp
|
| @@ -47,7 +47,7 @@ void VRController::getDisplays(std::unique_ptr<VRGetDevicesCallback> callback)
|
| }
|
|
|
| m_pendingGetDevicesCallbacks.append(std::move(callback));
|
| - m_service->GetDisplays(createBaseCallback(bind(&VRController::onGetDisplays, wrapPersistent(this))));
|
| + m_service->GetDisplays(createBaseCallback(WTF::bind(&VRController::onGetDisplays, wrapPersistent(this))));
|
| }
|
|
|
| device::blink::VRPosePtr VRController::getPose(unsigned index)
|
|
|