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

Unified Diff: third_party/WebKit/Source/web/ExternalPopupMenu.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/web/ExternalPopupMenu.cpp
diff --git a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
index 153473062dc4788c51d934df21bbf741ab5dcd17..172ecd2803b1f4fcc5bdd3b3d27347dfae328472 100644
--- a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
+++ b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
@@ -254,7 +254,7 @@ void ExternalPopupMenu::getPopupMenuInfo(WebPopupMenuInfo& info,
popupItem.enabled = !itemElement.isDisabledFormControl();
const ComputedStyle& style = *ownerElement.itemComputedStyle(itemElement);
popupItem.textDirection = toWebTextDirection(style.direction());
- popupItem.hasTextDirectionOverride = isOverride(style.unicodeBidi());
+ popupItem.hasTextDirectionOverride = isOverride(style.getUnicodeBidi());
}
const ComputedStyle& menuStyle = ownerElement.computedStyle()
« no previous file with comments | « third_party/WebKit/Source/platform/text/UnicodeBidi.h ('k') | third_party/WebKit/Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698