| Index: Source/core/rendering/RenderObject.h
|
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h
|
| index 4240104a777bbc1705e35be228d42a2f9e693870..53e8c274dfafe54a37bf68f5effb69f7d3028220 100644
|
| --- a/Source/core/rendering/RenderObject.h
|
| +++ b/Source/core/rendering/RenderObject.h
|
| @@ -112,6 +112,8 @@ enum InvalidationReason {
|
| InvalidationBorderBoxChange,
|
| InvalidationBoundsChange,
|
| InvalidationLocationChange,
|
| + InvalidationBecameVisible,
|
| + InvalidationBecameInvisible,
|
| InvalidationScroll,
|
| InvalidationSelection,
|
| InvalidationLayer,
|
|
|