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

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

Issue 1294233004: Subtree caching implementation in blink-core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: s/setSelfNeedsRepaint/setNeedsRepaint/ Created 5 years, 4 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 fc4acaba6590b89f62054bd53091f1d5254790dc..f77f55a9e2f9b5557f4ce7607faa44f5cc0eda8f 100644
--- a/Source/core/layout/LayoutPart.h
+++ b/Source/core/layout/LayoutPart.h
@@ -64,6 +64,7 @@ protected:
// Overridden to invalidate the child frame if any.
void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override;
+ bool clearRepaintFlagsOfSubtrees() override;
private:
CompositingReasons additionalCompositingReasons() const override;

Powered by Google App Engine
This is Rietveld 408576698