| Index: Source/platform/graphics/PaintInvalidationReason.h
|
| diff --git a/Source/platform/graphics/PaintInvalidationReason.h b/Source/platform/graphics/PaintInvalidationReason.h
|
| index 5c554401a1718ac36456079e6e90bd374188b60d..17fe1cf2a9c520b126aa950ed60807090ca0705a 100644
|
| --- a/Source/platform/graphics/PaintInvalidationReason.h
|
| +++ b/Source/platform/graphics/PaintInvalidationReason.h
|
| @@ -13,7 +13,7 @@ enum PaintInvalidationReason {
|
| PaintInvalidationNone,
|
| PaintInvalidationIncremental,
|
| PaintInvalidationRectangle,
|
| - // The following reasons will all cause full invalidation of the RenderObject.
|
| + // The following reasons will all cause full invalidation of the LayoutObject.
|
| PaintInvalidationFull, // Any unspecified reason of full invalidation.
|
| PaintInvalidationStyleChange,
|
| PaintInvalidationForcedByLayout,
|
|
|