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

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

Issue 2736083002: Suppress the Android keyboard when selecting VR UI input fields. (Closed)
Patch Set: Reorder class forward declarations. Created 3 years, 9 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 deb1f1fefdd8dffe017701b027c1dfb4aff4c912..69fb0d20e7d78431cceea131d17ad20f3be176aa 100644
--- a/chrome/browser/android/vr_shell/vr_shell.h
+++ b/chrome/browser/android/vr_shell/vr_shell.h
@@ -40,6 +40,7 @@ namespace vr_shell {
class AndroidUiGestureTarget;
class UiInterface;
+class UiWebContentsObserver;
class VrCompositor;
class VrGLThread;
class VrInputManager;
@@ -216,6 +217,7 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
std::unique_ptr<VrCompositor> ui_compositor_;
std::unique_ptr<VrWebContentsObserver> vr_web_contents_observer_;
+ std::unique_ptr<UiWebContentsObserver> ui_web_contents_observer_;
VrShellDelegate* delegate_provider_ = nullptr;
base::android::ScopedJavaGlobalRef<jobject> j_vr_shell_;
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_shell.cc » ('j') | chrome/browser/android/vr_shell/vr_shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698