Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index 82075ad1ed24a2aa9211a8441f7cc133f7729b22..9cd19a394577104aa36c6c52bbcf11a74fc61d6d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -392,10 +392,11 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver, |
// Sets the parent of this object but doesn't add it as a child of the parent. |
void setDangerousOneWayParent(LayoutObject*); |
- // For SPv2 only. The ObjectPaintProperties structure holds references to the |
- // property tree nodes that are created by the layout object for painting. |
- // The property nodes are only updated during InUpdatePaintProperties phase |
- // of the document lifecycle and shall remain immutable during other phases. |
+ // For SlimmingPaintInvalidation/SPv2 only. |
+ // The ObjectPaintProperties structure holds references to the property tree |
+ // nodes that are created by the layout object for painting. The property |
+ // nodes are only updated during InPrePaint phase of the document lifecycle |
+ // and shall remain immutable during other phases. |
const ObjectPaintProperties* paintProperties() const; |
private: |