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

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

Issue 2595263002: Introduce ViewRoot forwarding input/view events to native (Closed)
Patch Set: updateViewRoot, ... 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: blimp/client/core/contents/blimp_contents_view_impl_android.cc
diff --git a/blimp/client/core/contents/blimp_contents_view_impl_android.cc b/blimp/client/core/contents/blimp_contents_view_impl_android.cc
index 6205fbd40ef86adac9f56d0746360e935977a3cd..93093216dafa3a1e4b15b07fdcc3cb700d010155 100644
--- a/blimp/client/core/contents/blimp_contents_view_impl_android.cc
+++ b/blimp/client/core/contents/blimp_contents_view_impl_android.cc
@@ -32,7 +32,6 @@ BlimpContentsViewImplAndroid::BlimpContentsViewImplAndroid(
view_ = base::MakeUnique<ui::ViewAndroid>();
view_->SetDelegate(blimp_view_->CreateViewAndroidDelegate());
view_->SetLayer(contents_layer);
- blimp_contents->GetNativeWindow()->AddChild(view_.get());
}
BlimpContentsViewImplAndroid::~BlimpContentsViewImplAndroid() = default;

Powered by Google App Engine
This is Rietveld 408576698