| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index 7c3a439a76934ee190ce18f8a95ad0e1ee941614..571904b36beb219f4056cd704226800145b2c578 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -44,6 +44,7 @@ enum PrintColorAdjust {
|
| PrintColorAdjustExact
|
| };
|
|
|
| +// FIXME: To be replaced by StyleDifference defined in StyleDifference.h.
|
| // The difference between two styles. The following values are used:
|
| // - StyleDifferenceEqual - The two styles are identical.
|
| // FIXME: When style difference is context sensitive, RenderStyle::visualInvalidationDiff() may return
|
| @@ -55,7 +56,7 @@ enum PrintColorAdjust {
|
| // - StyleDifferenceSimplifiedLayout - Only overflow needs to be recomputed.
|
| // - StyleDifferenceSimplifiedLayoutAndPositionedMovement - Both positioned movement and simplified layout updates are required.
|
| // - StyleDifferenceLayout - A full layout is required.
|
| -enum StyleDifference {
|
| +enum StyleDifferenceLegacy {
|
| StyleDifferenceEqual,
|
| StyleDifferenceRecompositeLayer,
|
| StyleDifferenceRepaint,
|
|
|