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

Unified Diff: third_party/WebKit/Source/core/editing/EditingStyleUtilities.h

Issue 2734043004: Move textDirectionForSelection in EditingStyleUtilities class to EditorCommand.cpp (Closed)
Patch Set: 2017-03-07T17:41:31 Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
diff --git a/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h b/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
index e8c6f85b8551c68af64ecb42d02e3a2e5fc16e44..d1a8b661615649530f886c4234fa7166051279f3 100644
--- a/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
+++ b/third_party/WebKit/Source/core/editing/EditingStyleUtilities.h
@@ -57,10 +57,6 @@ class EditingStyleUtilities {
const VisibleSelection&,
bool shouldUseBackgroundColorInEffect = false,
MutableStylePropertySet* styleToCheck = nullptr);
- static WritingDirection textDirectionForSelection(
- const VisibleSelection&,
- EditingStyle* typingStyle,
- bool& hasNestedOrMultipleEmbeddings);
static bool isEmbedOrIsolate(CSSValueID unicodeBidi) {
return unicodeBidi == CSSValueIsolate ||
unicodeBidi == CSSValueWebkitIsolate || unicodeBidi == CSSValueEmbed;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/EditingStyleUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698