Index: device/vr/test/fake_vr_device.h |
diff --git a/device/vr/test/fake_vr_device.h b/device/vr/test/fake_vr_device.h |
index 64101704d61b99b42a5119a7d537c1ad2e0f90f9..945cb085600437fe29d1acf15f743dfc3f984ec3 100644 |
--- a/device/vr/test/fake_vr_device.h |
+++ b/device/vr/test/fake_vr_device.h |
@@ -31,7 +31,8 @@ class FakeVRDevice : public VRDevice { |
void SetSecureOrigin(bool secure_origin) override; |
void ExitPresent() override; |
void SubmitFrame(mojom::VRPosePtr pose) override; |
- void UpdateLayerBounds(mojom::VRLayerBoundsPtr leftBounds, |
+ void UpdateLayerBounds(uint32_t frame_index, |
+ mojom::VRLayerBoundsPtr leftBounds, |
mojom::VRLayerBoundsPtr rightBounds) override; |
private: |