Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: device/vr/test/fake_vr_device.cc

Issue 2612333002: Allow VRDisplay to specify which frame the layer bounds should be updated at. (Closed)
Patch Set: Address comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 53b69b6fb03b660f03503402f789066ee0cadf96..8c427a1443f9c76dfa1e745ec3b4f9e94fbccb5d 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(int16_t frame_index,
+ mojom::VRLayerBoundsPtr leftBounds,
mojom::VRLayerBoundsPtr rightBounds) {}
void FakeVRDevice::GetVRVSyncProvider(mojom::VRVSyncProviderRequest request) {}

Powered by Google App Engine
This is Rietveld 408576698