Index: third_party/WebKit/Source/web/WebPagePopupImpl.h |
diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h |
index 21951db47a55fbb0888d5b8707ead1fd0b7f55e1..6908075021ae7f6858a631e7a626a44b1faccbaa 100644 |
--- a/third_party/WebKit/Source/web/WebPagePopupImpl.h |
+++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h |
@@ -38,6 +38,7 @@ |
namespace blink { |
+class CompositorAnimationHost; |
class GraphicsLayer; |
class Page; |
class PagePopupChromeClient; |
@@ -119,6 +120,7 @@ class WebPagePopupImpl final : public WebPagePopup, |
WebLayerTreeView* m_layerTreeView; |
WebLayer* m_rootLayer; |
GraphicsLayer* m_rootGraphicsLayer; |
+ std::unique_ptr<CompositorAnimationHost> m_compositorAnimationHost; |
bool m_isAcceleratedCompositingActive; |
friend class WebPagePopup; |