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

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

Issue 2688113002: Make ViewRoot the top of the ViewAndroid tree (Closed)
Patch Set: comments Created 3 years, 10 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 20aac81a028689ccbf1c6fd84bc08042932b8c8b..5dc8048b2b551596ec1eb654d21303ebba7ac526 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* view_root, bool is_transparent);
~VrCompositor() override;
void SurfaceDestroyed();

Powered by Google App Engine
This is Rietveld 408576698