| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 03795c80ce2a6e08ad2f7bcc0b0aee69d41487cc..360787257243a8d1b4137a9c46d34dbb7999ef14 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -569,6 +569,8 @@ public:
|
|
|
| WebCore::IntPoint clampOffsetAtScale(const WebCore::IntPoint& offset, float scale);
|
|
|
| + WebLayerTreeView* layerTreeView() { return m_layerTreeView; };
|
| +
|
| private:
|
| void refreshPageScaleFactorAfterLayout();
|
| void setUserAgentPageScaleConstraints(WebCore::PageScaleConstraints newConstraints);
|
|
|