| Index: device/vr/test/fake_vr_device.cc
|
| diff --git a/device/vr/test/fake_vr_device.cc b/device/vr/test/fake_vr_device.cc
|
| index b828a5fe6098e02afe77cfdec0ad48f6109d6674..e76920bba99b27b9e232de3ab91e38281d19470b 100644
|
| --- a/device/vr/test/fake_vr_device.cc
|
| +++ b/device/vr/test/fake_vr_device.cc
|
| @@ -82,7 +82,8 @@ void FakeVRDevice::ExitPresent() {
|
|
|
| void FakeVRDevice::SubmitFrame(mojom::VRPosePtr pose) {}
|
|
|
| -void FakeVRDevice::UpdateLayerBounds(mojom::VRLayerBoundsPtr leftBounds,
|
| +void FakeVRDevice::UpdateLayerBounds(uint32_t frame_index,
|
| + mojom::VRLayerBoundsPtr leftBounds,
|
| mojom::VRLayerBoundsPtr rightBounds) {}
|
|
|
| } // namespace device
|
|
|