| Index: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| index 96f530956540dbf2acc47c9d6a1e12b611c0a9dc..20be8c1583143597d28fa9b74fbc16c8d83fe3d1 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
|
| @@ -64,16 +64,6 @@ class StyleReflection;
|
| class StyleTransformData;
|
| class StyleWillChangeData;
|
|
|
| -// Page size type.
|
| -// StyleRareNonInheritedData::page_size_ is meaningful only when
|
| -// StyleRareNonInheritedData::page_size_type_ is kResolved.
|
| -enum class PageSizeType {
|
| - kAuto, // size: auto
|
| - kLandscape, // size: landscape
|
| - kPortrait, // size: portrait
|
| - kResolved // Size is fully resolved.
|
| -};
|
| -
|
| // This struct is for rarely used non-inherited CSS3, CSS2, and WebKit-specific
|
| // properties. By grouping them together, we save space, and only allocate this
|
| // object when someone actually uses one of these properties.
|
|
|