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

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: 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
Index: Source/core/layout/LayoutPart.h
diff --git a/Source/core/layout/LayoutPart.h b/Source/core/layout/LayoutPart.h
index eac86a2cad75c8bcf55fd6338095b8adfe6d783c..f1abbfd202190cdb865ca64d213489f3ca3ec783 100644
--- a/Source/core/layout/LayoutPart.h
+++ b/Source/core/layout/LayoutPart.h
@@ -62,6 +62,8 @@ protected:
virtual void paint(const PaintInfo&, const LayoutPoint&) override;
virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const override final;
+ virtual PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject& paintInvalidationContainer) override;
+
private:
virtual CompositingReasons additionalCompositingReasons() const override;

Powered by Google App Engine
This is Rietveld 408576698