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

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

Issue 2632493005: Disable Android virtual keyboard when in VR shell (Closed)
Patch Set: Created 3 years, 11 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 435ef38182bb96a0144335ab42e82d8d85c25da3..cecbe0d57c962094cef25a00df91a0ea32c2ae90 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -135,7 +135,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
private:
~VrShell() override;
- void SetShowingOverscrollGlow(bool showing_glow);
+ void SetIsInVR(bool is_in_vr);
void PostToGlThreadWhenReady(const base::Closure& task);
// content::WebContentsObserver implementation. All called on UI thread.

Powered by Google App Engine
This is Rietveld 408576698