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

Unified Diff: device/vr/vr_device.h

Issue 2493063004: Fix exiting WebVR via Android UI not fully exiting fullscreen. (Closed)
Patch Set: 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
Index: device/vr/vr_device.h
diff --git a/device/vr/vr_device.h b/device/vr/vr_device.h
index 81bbf5e564a8ae7731e9abcfed6fec49f79c64fd..3bd3fe8d3788d8c9b25fe9669b88258a9ef05d0b 100644
--- a/device/vr/vr_device.h
+++ b/device/vr/vr_device.h
@@ -53,7 +53,7 @@ class DEVICE_VR_EXPORT VRDevice {
virtual bool IsPresentingService(VRServiceImpl* service);
virtual void OnDisplayChanged();
- virtual void OnExitPresent(VRServiceImpl* service);
+ virtual void OnExitPresent();
protected:
// Each Service have one VRDisplay with one VRDevice.

Powered by Google App Engine
This is Rietveld 408576698