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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.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
Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
index 204d91b299d49464653df023e0f7dcc435d04ef8..218cdd889c51607613a2fa5586f415df853f6291 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -830,7 +830,7 @@ bool ComputedStyle::diffNeedsFullLayoutAndPaintInvalidation(
(borderRightStyle() == BorderStyleNone &&
other.borderRightStyle() == BorderStyleHidden)))
return true;
- } else if (display() == EDisplay::ListItem) {
+ } else if (display() == EDisplay::kListItem) {
if (listStyleType() != other.listStyleType() ||
listStylePosition() != other.listStylePosition())
return true;
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.h ('k') | third_party/WebKit/Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698