Chromium Code Reviews| 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. |