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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositingLayerAssigner.cpp

Issue 2671853003: [SPInvalidation] Use GeometryMapper in PaintLayerClipper for paint. (Closed)
Patch Set: Merge branch 'master' into paintlayerclipper Created 3 years, 10 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/compositing/CompositingLayerAssigner.cpp
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositingLayerAssigner.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositingLayerAssigner.cpp
index 7e0d81b31146ae60032aa2364ce47bbfe1094371..87354d5a28e2e91c6e51516913c8b3cb79432a8a 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositingLayerAssigner.cpp
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositingLayerAssigner.cpp
@@ -238,7 +238,8 @@ void CompositingLayerAssigner::updateSquashingAssignment(
squashingState.mostRecentMapping->setNeedsGraphicsLayerUpdate(
GraphicsLayerUpdateSubtree);
- layer->clipper().clearClipRectsIncludingDescendants();
+ layer->clipper(PaintLayer::DoNotUseGeometryMapper)
+ .clearClipRectsIncludingDescendants();
// Issue a paint invalidation, since |layer| may have been added to an
// already-existing squashing layer.

Powered by Google App Engine
This is Rietveld 408576698