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

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

Issue 2595263002: Introduce ViewRoot forwarding input/view events to native (Closed)
Patch Set: unittest 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_compositor.h
diff --git a/chrome/browser/android/vr_shell/vr_compositor.h b/chrome/browser/android/vr_shell/vr_compositor.h
index a0e872029c7484871c01c28b90763d5adba8e413..3b628f46ec4b88d645d35c66a5a7bf249caf36f4 100644
--- a/chrome/browser/android/vr_shell/vr_compositor.h
+++ b/chrome/browser/android/vr_shell/vr_compositor.h
@@ -24,14 +24,14 @@ class WebContents;
}
namespace ui {
-class WindowAndroid;
+class ViewRoot;
}
namespace vr_shell {
class VrCompositor : public content::CompositorClient {
public:
- VrCompositor(ui::WindowAndroid* window, bool is_transparent);
+ VrCompositor(ui::ViewRoot* window, bool is_transparent);
~VrCompositor() override;
void SurfaceDestroyed();
« no previous file with comments | « chrome/browser/android/compositor/compositor_view.cc ('k') | chrome/browser/android/vr_shell/vr_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698