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

Unified Diff: Source/core/dom/DocumentLifecycle.h

Issue 1238123004: Slimming Paint phase 2 compositing algorithm plumbing & skeleton display list API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/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,

Powered by Google App Engine
This is Rietveld 408576698