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

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

Issue 2657703002: Swap to foreground tab when following links that open in a new tab/window in VR Shell. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_shell_gl.h
diff --git a/chrome/browser/android/vr_shell/vr_shell_gl.h b/chrome/browser/android/vr_shell/vr_shell_gl.h
index 45ded1a7faf71c38d20b6aca4832c0c236fe9f09..12f2522510ef3ac6ad87438e20b1c0ac0ad3100c 100644
--- a/chrome/browser/android/vr_shell/vr_shell_gl.h
+++ b/chrome/browser/android/vr_shell/vr_shell_gl.h
@@ -36,7 +36,6 @@ namespace vr_shell {
class UiScene;
class VrController;
-class VrInputManager;
class VrShell;
class VrShellRenderer;
struct ContentRectangle;
@@ -53,8 +52,6 @@ class VrShellGl {
VrShellGl(
const base::WeakPtr<VrShell>& weak_vr_shell,
- const base::WeakPtr<VrInputManager>& content_input_manager,
- const base::WeakPtr<VrInputManager>& ui_input_manager,
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner,
gvr_context* gvr_api,
bool initially_web_vr,
@@ -175,8 +172,6 @@ class VrShellGl {
base::TimeDelta vsync_interval_;
base::WeakPtr<VrShell> weak_vr_shell_;
- base::WeakPtr<VrInputManager> content_input_manager_;
- base::WeakPtr<VrInputManager> ui_input_manager_;
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner_;
base::WeakPtrFactory<VrShellGl> weak_ptr_factory_;
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell.cc ('k') | chrome/browser/android/vr_shell/vr_shell_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698