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

Unified Diff: Source/core/layout/LayoutPart.h

Issue 1209133002: Traverse into child LayoutViews during invalidateTreeIfNeeded (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: public invalidateTreeIfNeeded Created 5 years, 6 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
« no previous file with comments | « Source/core/layout/LayoutObject.cpp ('k') | Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutPart.h
diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
index eac86a2cad75c8bcf55fd6338095b8adfe6d783c..cfa1eec6875f38f85139da8358dedd9871ec2bb3 100644
--- a/Source/core/layout/LayoutPart.h
+++ b/Source/core/layout/LayoutPart.h
@@ -62,6 +62,9 @@ protected:
virtual void paint(const PaintInfo&, const LayoutPoint&) override;
virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const override final;
+ // Overridden to invalidate the child frame if any.
+ virtual void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override;
+
private:
virtual CompositingReasons additionalCompositingReasons() const override;
« no previous file with comments | « Source/core/layout/LayoutObject.cpp ('k') | Source/core/layout/LayoutPart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698