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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineFlowBox.h

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/layout/line/InlineFlowBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h
index aabab903c79f44950f8a87022dff6b72bba92859..88310393b48a8293a53d19c0e174de883a271002 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h
+++ b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h
@@ -73,7 +73,8 @@ class InlineFlowBox : public InlineBox {
// must not apply. This change also means that gaps will exist between image
// bullet list items. Even when the list bullet is an image, the line is
// still considered to be immune from the quirk.
- m_hasTextChildren = lineLayoutItem.style()->display() == EDisplay::ListItem;
+ m_hasTextChildren =
+ lineLayoutItem.style()->display() == EDisplay::kListItem;
m_hasTextDescendants = m_hasTextChildren;
}

Powered by Google App Engine
This is Rietveld 408576698