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

Unified Diff: device/vr/android/gvr/gvr_device_provider.h

Issue 2493063004: Fix exiting WebVR via Android UI not fully exiting fullscreen. (Closed)
Patch Set: Rebase pt. 2 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/android/gvr/gvr_device_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/android/gvr/gvr_device_provider.h
diff --git a/device/vr/android/gvr/gvr_device_provider.h b/device/vr/android/gvr/gvr_device_provider.h
index 53f01abf603e76b75ec81659f2dad0a456024ddd..1eaa9872261c89b93a9219a91e9b51add32f6957 100644
--- a/device/vr/android/gvr/gvr_device_provider.h
+++ b/device/vr/android/gvr/gvr_device_provider.h
@@ -16,6 +16,7 @@
namespace device {
+class GvrDelegateProvider;
class GvrDelegate;
class GvrDevice;
class VRServiceImpl;
@@ -38,6 +39,8 @@ class DEVICE_VR_EXPORT GvrDeviceProvider : public VRDeviceProvider {
void OnDisplayFocus();
private:
+ void SwitchToNonPresentingDelegate();
+
std::unique_ptr<GvrDevice> vr_device_;
base::WeakPtrFactory<GvrDeviceProvider> weak_ptr_factory_;
« no previous file with comments | « device/vr/android/gvr/gvr_device.cc ('k') | device/vr/android/gvr/gvr_device_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698