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

Unified Diff: chrome/browser/android/vr_shell/vr_shell.h

Issue 2872143002: VrShell: Exit fullscreen on app button press. (Closed)
Patch Set: Created 3 years, 7 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: chrome/browser/android/vr_shell/vr_shell.h
diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
index 3838edfb93c4bcb584138aeadbeb155d31bdb413..135898f81ee68c2ba852b9f6171eb9d89e9bda83 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -147,6 +147,7 @@ class VrShell : public device::PresentingGvrDelegate,
void ContentFrameWasResized(bool width_changed);
void ForceExitVr();
+ void ExitFullscreen();
void ProcessContentGesture(std::unique_ptr<blink::WebInputEvent> event);
void SubmitControllerModel(std::unique_ptr<VrControllerModel> model);

Powered by Google App Engine
This is Rietveld 408576698