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

Unified Diff: third_party/WebKit/Source/core/editing/iterators/SearchBuffer.h

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 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: third_party/WebKit/Source/core/editing/iterators/SearchBuffer.h
diff --git a/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.h b/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.h
index ec8cbd8bcfa6271f7aca03645fd66d2c03ee5787..784735120021987f02f30621a34314798fbcf111 100644
--- a/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.h
+++ b/third_party/WebKit/Source/core/editing/iterators/SearchBuffer.h
@@ -84,7 +84,7 @@ private:
};
CORE_EXPORT EphemeralRange findPlainText(const EphemeralRange& inputRange, const String&, FindOptions);
-CORE_EXPORT EphemeralRangeInComposedTree findPlainText(const EphemeralRangeInComposedTree& inputRange, const String&, FindOptions);
+CORE_EXPORT EphemeralRangeInFlatTree findPlainText(const EphemeralRangeInFlatTree& inputRange, const String&, FindOptions);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698