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

Unified Diff: third_party/WebKit/Source/core/layout/TextRunConstructor.cpp

Issue 2620873002: Renamed EUnicodeBidi to just UnicodeBidi (Closed)
Patch Set: Rebase 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/TextRunConstructor.cpp
diff --git a/third_party/WebKit/Source/core/layout/TextRunConstructor.cpp b/third_party/WebKit/Source/core/layout/TextRunConstructor.cpp
index ac0b71279a59bb3e3a648988642a08e5f355bc53..f7707d47ed336329970b7ac4571fe6444006ddcd 100644
--- a/third_party/WebKit/Source/core/layout/TextRunConstructor.cpp
+++ b/third_party/WebKit/Source/core/layout/TextRunConstructor.cpp
@@ -64,7 +64,7 @@ static inline TextRun constructTextRunInternal(const Font& font,
if (flags & RespectDirection)
textDirection = style.direction();
if (flags & RespectDirectionOverride)
- directionalOverride |= isOverride(style.unicodeBidi());
+ directionalOverride |= isOverride(style.getUnicodeBidi());
}
TextRun::ExpansionBehavior expansion =

Powered by Google App Engine
This is Rietveld 408576698