Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index e84a00a818a6744171be1668b1eca9f8c0098772..f29b9dc4d1ecde5ac0c3c9b3e30cf8028d100d87 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -506,9 +506,6 @@ public: |
// Returns the bounding box of the block type node touched by the WebPoint. |
WebRect computeBlockBound(const WebPoint&, bool ignoreClipping); |
- // Exposed for tests. |
- WebVector<WebCompositionUnderline> compositionUnderlines() const; |
- |
WebLayerTreeView* layerTreeView() const { return m_layerTreeView; } |
bool matchesHeuristicsForGpuRasterizationForTesting() const { return m_matchesHeuristicsForGpuRasterization; } |