| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 40de76b92016bf15ef61b9eb0d0ec0660657c0d3..0c5a4a1618ecf01900e9325d81f1c7611612db6f 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -560,6 +560,8 @@ public:
|
| // Exposed for tests.
|
| WebVector<WebCompositionUnderline> compositionUnderlines() const;
|
|
|
| + WebLayerTreeView* layerTreeView() const { return m_layerTreeView; };
|
| +
|
| private:
|
| float legibleScale() const;
|
| void refreshPageScaleFactorAfterLayout();
|
|
|