| 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 75367da6447afb0edc383407c9e4398ed6f04bc1..297b4e031fdf039b0d66c83cc0d80be8a59efe1e 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -86,6 +86,7 @@ class WebLayerTreeView;
|
| class WebLocalFrame;
|
| class WebLocalFrameImpl;
|
| class WebImage;
|
| +class CompositorMutatorImpl;
|
| class WebPagePopupImpl;
|
| class WebPlugin;
|
| class WebRemoteFrame;
|
| @@ -519,6 +520,7 @@ public:
|
| void forceNextWebGLContextCreationToFail() override;
|
| void forceNextDrawingBufferCreationToFail() override;
|
|
|
| + CompositorProxyClient* createCompositorProxyClient() override;
|
| IntSize mainFrameSize();
|
| WebDisplayMode displayMode() const { return m_displayMode; }
|
|
|
| @@ -767,6 +769,8 @@ private:
|
|
|
| FloatSize m_elasticOverscroll;
|
|
|
| + OwnPtr<CompositorMutatorImpl> m_mutator;
|
| +
|
| RefPtrWillBePersistent<EventListener> m_popupMouseWheelEventListener;
|
|
|
| WebPageImportanceSignals m_pageImportanceSignals;
|
|
|