| 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 0859301745ae34eb8ed3966b164baff78d38b06f..9233e67a627101bb6c12cd4871dcff65c4cb9794 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| #include "base/timer/timer.h"
|
| +#include "cc/surfaces/frame_sink_id.h"
|
| #include "cc/trees/layer_tree_host_client.h"
|
| #include "cc/trees/layer_tree_host_single_thread_client.h"
|
| #include "content/common/content_export.h"
|
| @@ -139,6 +140,8 @@ class CONTENT_EXPORT CompositorImpl
|
|
|
| bool HavePendingReadbacks();
|
|
|
| + cc::FrameSinkId frame_sink_id_;
|
| +
|
| // root_layer_ is the persistent internal root layer, while subroot_layer_
|
| // is the one attached by the compositor client.
|
| scoped_refptr<cc::Layer> subroot_layer_;
|
| @@ -147,7 +150,6 @@ class CONTENT_EXPORT CompositorImpl
|
| scoped_refptr<cc::Layer> readback_layer_tree_;
|
|
|
| // Destruction order matters here:
|
| - std::unique_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
|
| base::ObserverList<VSyncObserver, true> observer_list_;
|
| std::unique_ptr<cc::LayerTreeHost> host_;
|
| ui::ResourceManagerImpl resource_manager_;
|
|
|