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

Unified Diff: device/vr/vr_device.h

Issue 2499793002: Refactoring how WebVR eye bounds are handled (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
« no previous file with comments | « device/vr/android/gvr/gvr_device.cc ('k') | device/vr/vr_display_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « device/vr/android/gvr/gvr_device.cc ('k') | device/vr/vr_display_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698