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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineIterator.h

Issue 2622623003: Moved -webkit-rtl-ordering to be generated in ComputedStyleBase. (Closed)
Patch Set: Created 3 years, 11 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/layout/line/InlineIterator.h
diff --git a/third_party/WebKit/Source/core/layout/line/InlineIterator.h b/third_party/WebKit/Source/core/layout/line/InlineIterator.h
index c38639827133f531a0287feb8fc8f2b14fdf357b..e344176e78164047410056b9be59c54739f3e95a 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineIterator.h
+++ b/third_party/WebKit/Source/core/layout/line/InlineIterator.h
@@ -155,7 +155,7 @@ static inline WTF::Unicode::CharDirection embedCharFromDirection(
static inline bool treatAsIsolated(const ComputedStyle& style) {
return isIsolated(style.unicodeBidi()) &&
- style.rtlOrdering() == EOrder::Logical;
+ style.rtlOrdering() == EOrder::kLogical;
}
template <class Observer>

Powered by Google App Engine
This is Rietveld 408576698