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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_fragment.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_fragment.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
index eb520e6bd255f4de11732f2d754606ef09c8ae0e..b7552569d8b406b10db3baca136bb28a56238148 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment.h
@@ -30,8 +30,8 @@ class CORE_EXPORT NGFragment final : public NGFragmentBase {
DEFINE_TYPE_CASTS(NGFragment,
NGFragmentBase,
fragment,
- fragment->Type() == NGPhysicalFragmentBase::FragmentBox,
- fragment.Type() == NGPhysicalFragmentBase::FragmentBox);
+ fragment->Type() == NGPhysicalFragmentBase::kFragmentBox,
+ fragment.Type() == NGPhysicalFragmentBase::kFragmentBox);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698