| Index: Source/core/layout/style/ComputedStyleConstants.h
|
| diff --git a/Source/core/layout/style/LayoutStyleConstants.h b/Source/core/layout/style/ComputedStyleConstants.h
|
| similarity index 99%
|
| rename from Source/core/layout/style/LayoutStyleConstants.h
|
| rename to Source/core/layout/style/ComputedStyleConstants.h
|
| index 3883de6eb78d62d13a3b7ec065f8a9ac99bcda3a..06d713085878e9769fe08c5766459cf148242efb 100644
|
| --- a/Source/core/layout/style/LayoutStyleConstants.h
|
| +++ b/Source/core/layout/style/ComputedStyleConstants.h
|
| @@ -23,8 +23,8 @@
|
| *
|
| */
|
|
|
| -#ifndef LayoutStyleConstants_h
|
| -#define LayoutStyleConstants_h
|
| +#ifndef ComputedStyleConstants_h
|
| +#define ComputedStyleConstants_h
|
|
|
| namespace blink {
|
|
|
| @@ -55,7 +55,7 @@ enum PrintColorAdjust {
|
| // Static pseudo styles. Dynamic ones are produced on the fly.
|
| enum PseudoId {
|
| // The order must be NOP ID, public IDs, and then internal IDs.
|
| - // If you add or remove a public ID, you must update _pseudoBits in LayoutStyle.
|
| + // If you add or remove a public ID, you must update _pseudoBits in ComputedStyle.
|
| NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR,
|
| // Internal IDs follow:
|
| SCROLLBAR_THUMB, SCROLLBAR_BUTTON, SCROLLBAR_TRACK, SCROLLBAR_TRACK_PIECE, SCROLLBAR_CORNER, RESIZER, INPUT_LIST_BUTTON,
|
| @@ -559,4 +559,4 @@ enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox }
|
|
|
| } // namespace blink
|
|
|
| -#endif // LayoutStyleConstants_h
|
| +#endif // ComputedStyleConstants_h
|
|
|