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

Unified Diff: content/browser/renderer_host/compositor_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: content/browser/renderer_host/compositor_impl_android.h
diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
index 506f5ccae02f84f82eb5e7e8cf32336f806c0a99..c5d376a91c7d7bbc8f015b21d5a3f54134c693c5 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -128,6 +128,7 @@ class CONTENT_EXPORT CompositorImpl
// root_layer_ is the persistent internal root layer, while subroot_layer_
// is the one attached by the compositor client.
+ scoped_refptr<cc::Layer> root_layer_;
boliu 2017/01/03 19:16:11 this used to live in WindowAndroid? then perhaps t
Jinsuk Kim 2017/01/04 10:45:02 Compositor is shared among all content (so ViewRoo
boliu 2017/01/04 17:45:10 Well.. webview doesn't use this compositor, and ev
Jinsuk Kim 2017/01/05 11:03:12 Learned the hard way that Chrome also can have mul
boliu 2017/01/05 19:09:28 Overlay panel like contextual search? Maybe we sho
scoped_refptr<cc::Layer> subroot_layer_;
// Subtree for hidden layers with CopyOutputRequests on them.

Powered by Google App Engine
This is Rietveld 408576698