| Index: Source/modules/vr/VRController.h
|
| diff --git a/Source/modules/vr/VRController.h b/Source/modules/vr/VRController.h
|
| index fc0130b47cd0f7a587c682f5aa65b8e3da4b1794..30195a5c99937db1ef9f1dd138497450459e79f2 100644
|
| --- a/Source/modules/vr/VRController.h
|
| +++ b/Source/modules/vr/VRController.h
|
| @@ -23,7 +23,7 @@ public:
|
|
|
| void getDevices(WebVRGetDevicesCallback*);
|
|
|
| - void getSensorState(unsigned index, blink::WebHMDSensorState& into);
|
| + void getSensorState(unsigned index, WebHMDSensorState& into);
|
|
|
| void resetSensor(unsigned index);
|
|
|
|
|