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

Unified Diff: Source/core/rendering/RenderLayer.h

Issue 448793002: Unified invalidation for repaint-only style change of layers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update requestAnimation-translation-leave-traces-expected.txt Created 6 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/rendering/RenderLayer.h
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
index 03d5fe0e62f3423b2c7cf015733cfdd5d8c73889..9f78e7d35ae296253df85011f7899e0607fcbb08 100644
--- a/Source/core/rendering/RenderLayer.h
+++ b/Source/core/rendering/RenderLayer.h
@@ -540,6 +540,8 @@ public:
void didUpdateNeedsCompositedScrolling();
+ void setShouldDoFullPaintInvalidationIncludingNonCompositingDescendants();
+
private:
// Bounding box in the coordinates of this layer.
LayoutRect logicalBoundingBox() const;
« no previous file with comments | « LayoutTests/fast/repaint/transform-inline-layered-child-expected.txt ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698