Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6262)

Unified Diff: Source/core/rendering/RenderObject.h

Issue 577353005: New InvalidationReasons: InvalidationBecameVisible and InvalidationBecameInvisible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Become -> Became Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « LayoutTests/fast/repaint/invalidation-with-zero-size-object-expected.txt ('k') | Source/core/rendering/RenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698