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