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

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

Issue 2670643004: Rename EDisplay values with k prefix. (Closed)
Patch Set: Rebase 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 | « third_party/WebKit/Source/modules/accessibility/AXObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/PopupMenuImpl.cpp
diff --git a/third_party/WebKit/Source/web/PopupMenuImpl.cpp b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
index 9d4a06a0e3e624f5e7b8003546b9e02586468159..5d277c226c7cbd6d6526ba319cbe16e87c38d907 100644
--- a/third_party/WebKit/Source/web/PopupMenuImpl.cpp
+++ b/third_party/WebKit/Source/web/PopupMenuImpl.cpp
@@ -316,7 +316,7 @@ void PopupMenuImpl::addElementStyle(ItemIterationContext& context,
PagePopupClient::addString("style: {\n", data);
if (style->visibility() == EVisibility::kHidden)
addProperty("visibility", String("hidden"), data);
- if (style->display() == EDisplay::None)
+ if (style->display() == EDisplay::kNone)
addProperty("display", String("none"), data);
const ComputedStyle& baseStyle = context.baseStyle();
if (baseStyle.direction() != style->direction()) {
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698