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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_physical_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_physical_fragment.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
index 4eb705a377907dad2c42c12bb9441bcc76a950d2..de0a662ad5477d040af68dd3d1535dddb176f4b1 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
@@ -54,8 +54,8 @@ WILL_NOT_BE_EAGERLY_TRACED_CLASS(NGPhysicalFragment);
DEFINE_TYPE_CASTS(NGPhysicalFragment,
NGPhysicalFragmentBase,
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