| 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 7f1d23c77c98a2df04b62ade354ff12184ef1f4f..cc5ea163107373e4d99477a0cbd133b664987fc9 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -87,6 +87,7 @@ class WebLayerTreeView;
|
| class WebLocalFrame;
|
| class WebLocalFrameImpl;
|
| class WebImage;
|
| +class CompositorMutatorImpl;
|
| class WebPagePopupImpl;
|
| class WebPlugin;
|
| class WebRemoteFrame;
|
| @@ -505,6 +506,7 @@ public:
|
| void forceNextWebGLContextCreationToFail() override;
|
| void forceNextDrawingBufferCreationToFail() override;
|
|
|
| + CompositorProxyClient* createCompositorProxyClient() override;
|
| IntSize mainFrameSize();
|
| WebDisplayMode displayMode() const { return m_displayMode; }
|
|
|
| @@ -744,6 +746,8 @@ private:
|
|
|
| FloatSize m_elasticOverscroll;
|
|
|
| + OwnPtr<CompositorMutatorImpl> m_mutator;
|
| +
|
| Persistent<EventListener> m_popupMouseWheelEventListener;
|
|
|
| WebPageImportanceSignals m_pageImportanceSignals;
|
|
|