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

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

Issue 2866853002: VR: Wire VrShell UI-related state to the scene manager. (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_browser_interface.h
diff --git a/chrome/browser/android/vr_shell/vr_browser_interface.h b/chrome/browser/android/vr_shell/vr_browser_interface.h
index 170fe800e37fffbb20dc2cca997d436b6ee87077..a4e39e5d4743db4de35ea2733f4fd17af2b85263 100644
--- a/chrome/browser/android/vr_shell/vr_browser_interface.h
+++ b/chrome/browser/android/vr_shell/vr_browser_interface.h
@@ -31,7 +31,7 @@ class VrBrowserInterface {
virtual void GvrDelegateReady() {}
virtual void UpdateGamepadData(device::GvrGamepadData) {}
virtual void AppButtonGesturePerformed(UiInterface::Direction direction) {}
- virtual void OnAppButtonClicked() {}
+ virtual void AppButtonClicked() {}
virtual void ProcessContentGesture(
std::unique_ptr<blink::WebInputEvent> event) {}
virtual void ForceExitVr() {}

Powered by Google App Engine
This is Rietveld 408576698