Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index ee059cc941cc232f0eb915146809f087554f5162..f354b8f98f8869da57e3ccc1c98ad1cc8389be77 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() { return m_layerTreeView; }; |
esprehn
2013/09/13 02:46:07
const ?
trchen
2013/09/13 05:14:58
Done.
|
+ |
private: |
float legibleScale() const; |
void refreshPageScaleFactorAfterLayout(); |