Index: Source/core/dom/DocumentLifecycle.h |
diff --git a/Source/core/dom/DocumentLifecycle.h b/Source/core/dom/DocumentLifecycle.h |
index d302f83569114fd9abf61885821b96b264c8f638..d54938e86a18129c7b5c0fe588da69417a5b329a 100644 |
--- a/Source/core/dom/DocumentLifecycle.h |
+++ b/Source/core/dom/DocumentLifecycle.h |
@@ -65,6 +65,8 @@ public: |
InPaintInvalidation, |
PaintInvalidationClean, |
+ // TODO(chrishtr): add lifecycle states for scrolling update and paint. |
Ian Vollick
2015/07/23 22:53:06
This sounds exciting. Where will the scrolling upd
chrishtr
2015/07/23 23:57:39
t has to be after compositing also, to map scrolli
|
+ |
// Once the document starts shuting down, we cannot return |
// to the style/layout/compositing states. |
Stopping, |