Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: Source/web/WebViewImpl.h

Issue 1325563002: Avoid style clobbering in setCompositionFromExistingText. (2nd land) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Delete CompositionUnderlinesRangeFilter (it's now dead code) Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 98268d4dd0efa7f52f0a3b7260204f2f2c3a15b8..a9fffdd722dc3b00a6ce161249a774254041f9b4 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -510,9 +510,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; }

Powered by Google App Engine
This is Rietveld 408576698