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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_inline_node.h

Issue 2536323003: [LayoutNG] Fix enum values to conform to kEnumName in style guide. (Closed)
Patch Set: rebase. Created 4 years 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/ng/ng_inline_node.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
index 8e6aeef5b4b417d22768072aabf5cba8244d893b..117b63b508f13750d031186c7d975c856b40fded 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_node.h
@@ -123,8 +123,8 @@ class NGLayoutInlineItem {
DEFINE_TYPE_CASTS(NGInlineNode,
NGLayoutInputNode,
node,
- node->Type() == NGLayoutInputNode::LegacyInline,
- node.Type() == NGLayoutInputNode::LegacyInline);
+ node->Type() == NGLayoutInputNode::kLegacyInline,
+ node.Type() == NGLayoutInputNode::kLegacyInline);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698