| Index: device/vr/vr_device.h
|
| diff --git a/device/vr/vr_device.h b/device/vr/vr_device.h
|
| index 2d05b6d9a3ffa0147d42f35738a6662160d329ac..7693a66261fcdaa0dfc7635ed624ace070204399 100644
|
| --- a/device/vr/vr_device.h
|
| +++ b/device/vr/vr_device.h
|
| @@ -38,8 +38,8 @@ class DEVICE_VR_EXPORT VRDevice {
|
| virtual bool RequestPresent(bool secure_origin) = 0;
|
| virtual void ExitPresent() = 0;
|
| virtual void SubmitFrame(mojom::VRPosePtr pose) = 0;
|
| - virtual void UpdateLayerBounds(mojom::VRLayerBoundsPtr leftBounds,
|
| - mojom::VRLayerBoundsPtr rightBounds) = 0;
|
| + virtual void UpdateLayerBounds(mojom::VRLayerBoundsPtr left_bounds,
|
| + mojom::VRLayerBoundsPtr right_bounds) = 0;
|
|
|
| virtual void AddService(VRServiceImpl* service);
|
| virtual void RemoveService(VRServiceImpl* service);
|
|
|