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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 2613983002: Rename paint related lifecycle methods of FrameView (Closed)
Patch Set: Rebase on https://codereview.chromium.org/2615713004/ Created 3 years, 11 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: 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:

Powered by Google App Engine
This is Rietveld 408576698