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 d89c895474d2e4d587f7ffbf6e96eb331bf23f05..5eac95c10eab47ab118d6251837cb0dd15978c8f 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -32,6 +32,7 @@ |
struct ANativeWindow; |
namespace cc { |
+class AnimationHost; |
class Display; |
class Layer; |
class LayerTreeHost; |
@@ -145,6 +146,7 @@ class CONTENT_EXPORT CompositorImpl |
// Destruction order matters here: |
base::ObserverList<VSyncObserver, true> observer_list_; |
+ std::unique_ptr<cc::AnimationHost> animation_host_; |
std::unique_ptr<cc::LayerTreeHost> host_; |
ui::ResourceManagerImpl resource_manager_; |