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

Unified Diff: third_party/WebKit/Source/web/ExternalPopupMenu.cpp

Issue 2614883007: Change computed style enums to be prefixed with 'k'. (Closed)
Patch Set: Rebase on ToT. 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 58da87fda7f4fd5943cf4361efbff51f3b574077..153473062dc4788c51d934df21bbf741ab5dcd17 100644
--- a/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
+++ b/third_party/WebKit/Source/web/ExternalPopupMenu.cpp
@@ -267,7 +267,7 @@ void ExternalPopupMenu::getPopupMenuInfo(WebPopupMenuInfo& info,
static_cast<int>(menuStyle.font().getFontDescription().computedSize());
info.selectedIndex = toExternalPopupMenuItemIndex(
ownerElement.selectedListIndex(), ownerElement);
- info.rightAligned = menuStyle.direction() == TextDirection::Rtl;
+ info.rightAligned = menuStyle.direction() == TextDirection::kRtl;
info.allowMultipleSelection = ownerElement.isMultiple();
if (count < itemCount)
items.shrink(count);
« no previous file with comments | « third_party/WebKit/Source/platform/text/WritingMode.h ('k') | third_party/WebKit/Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698