| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h
|
| index b449be850530d09dd44d1f9576ab6ce806185279..510cc525195bfea8291bce27bcdf70ec869f8f7c 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment_base.h
|
| @@ -25,7 +25,7 @@ namespace blink {
|
| class CORE_EXPORT NGPhysicalFragmentBase
|
| : public GarbageCollectedFinalized<NGPhysicalFragmentBase> {
|
| public:
|
| - enum NGFragmentType { FragmentBox = 0, FragmentText = 1 };
|
| + enum NGFragmentType { kFragmentBox = 0, kFragmentText = 1 };
|
|
|
| NGFragmentType Type() const { return static_cast<NGFragmentType>(type_); }
|
|
|
|
|