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

Unified Diff: Source/core/rendering/compositing/CompositedLayerMapping.cpp

Issue 319203003: Change repaintRectIncludingDescendants to repaintRectIncludingNonCompositingDescendants. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged. Created 6 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/rendering/compositing/CompositedLayerMapping.cpp
diff --git a/Source/core/rendering/compositing/CompositedLayerMapping.cpp b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
index 8f63184303482ada56d28a7ef616b994e2ee7867..4f41151ceecf85153983f02425475c416014c3e2 100644
--- a/Source/core/rendering/compositing/CompositedLayerMapping.cpp
+++ b/Source/core/rendering/compositing/CompositedLayerMapping.cpp
@@ -1848,7 +1848,7 @@ void CompositedLayerMapping::paintsIntoCompositedAncestorChanged()
// The answer to paintsIntoCompositedAncestor() affects cached clip rects, so when
// it changes we have to clear clip rects on descendants.
m_owningLayer.clipper().clearClipRectsIncludingDescendants(PaintingClipRects);
- m_owningLayer.repainter().computeRepaintRectsIncludingDescendants();
+ m_owningLayer.repainter().computeRepaintRectsIncludingNonCompositingDescendants();
compositor()->repaintInCompositedAncestor(&m_owningLayer, compositedBounds());
}
« no previous file with comments | « Source/core/rendering/RenderLayerRepainter.cpp ('k') | Source/core/rendering/compositing/RenderLayerCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698