| 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_;
|
| scoped_refptr<cc::Layer> subroot_layer_;
|
|
|
| // Subtree for hidden layers with CopyOutputRequests on them.
|
|
|