| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index c8ecf5a2ba8d73fe403c7299e629858485b38f6f..657760ebc0177be049e7196a1f96b78474a08580 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -72,6 +72,7 @@
|
| namespace blink {
|
|
|
| class BrowserControls;
|
| +class CompositorAnimationHost;
|
| class DevToolsEmulator;
|
| class Frame;
|
| class FullscreenController;
|
| @@ -688,6 +689,8 @@ class WEB_EXPORT WebViewImpl final
|
| RefPtr<UserGestureToken> m_pointerLockGestureToken;
|
|
|
| WebLayerTreeView* m_layerTreeView;
|
| + std::unique_ptr<CompositorAnimationHost> m_compositorAnimationHost;
|
| +
|
| WebLayer* m_rootLayer;
|
| GraphicsLayer* m_rootGraphicsLayer;
|
| GraphicsLayer* m_visualViewportContainerLayer;
|
|
|