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

Unified Diff: Source/web/painting/ContinuousPainter.cpp

Issue 16688004: Large canvas does not honor containing div's border radius (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Replaced explicit baselines with NeedsRebaseline Created 7 years, 3 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
« no previous file with comments | « Source/core/rendering/RenderReplaced.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/painting/ContinuousPainter.cpp
diff --git a/Source/web/painting/ContinuousPainter.cpp b/Source/web/painting/ContinuousPainter.cpp
index dc0f826ae3fccafd6e944e88808edbb7c0637ff2..b115117e20a9e4cd530914f41d187cb305a41a7e 100644
--- a/Source/web/painting/ContinuousPainter.cpp
+++ b/Source/web/painting/ContinuousPainter.cpp
@@ -49,6 +49,7 @@ void ContinuousPainter::setNeedsDisplayRecursive(GraphicsLayer* layer, PageOverl
layer->setNeedsDisplay();
setNeedsDisplayRecursive(layer->maskLayer(), pageOverlays);
+ setNeedsDisplayRecursive(layer->contentsClippingMaskLayer(), pageOverlays);
setNeedsDisplayRecursive(layer->replicaLayer(), pageOverlays);
const Vector<GraphicsLayer*>& children = layer->children();
« no previous file with comments | « Source/core/rendering/RenderReplaced.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698