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

Unified Diff: blimp/client/core/contents/blimp_contents_view_impl_android.h

Issue 2595263002: Introduce ViewRoot forwarding input/view events to native (Closed)
Patch Set: tests Created 3 years, 12 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: blimp/client/core/contents/blimp_contents_view_impl_android.h
diff --git a/blimp/client/core/contents/blimp_contents_view_impl_android.h b/blimp/client/core/contents/blimp_contents_view_impl_android.h
index d4b28d3e3fe1ed711ee189ca528edc07ebb99f4f..f519d73bf17d28ff01c9d4689d4004d1d6595870 100644
--- a/blimp/client/core/contents/blimp_contents_view_impl_android.h
+++ b/blimp/client/core/contents/blimp_contents_view_impl_android.h
@@ -7,7 +7,7 @@
#include "base/macros.h"
#include "blimp/client/core/contents/blimp_contents_view_impl.h"
-#include "ui/android/view_android.h"
+#include "ui/android/view_root.h"
namespace blimp {
namespace client {
@@ -31,6 +31,7 @@ class BlimpContentsViewImplAndroid : public BlimpContentsViewImpl {
private:
std::unique_ptr<ui::ViewAndroid> view_;
+ std::unique_ptr<ui::ViewRoot> view_root_;
// The JNI-bridge for the Android View for this BlimpContentsView.
std::unique_ptr<BlimpView> blimp_view_;

Powered by Google App Engine
This is Rietveld 408576698