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

Unified Diff: Source/core/platform/graphics/GraphicsContextAnnotation.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
Index: Source/core/platform/graphics/GraphicsContextAnnotation.cpp
diff --git a/Source/core/platform/graphics/GraphicsContextAnnotation.cpp b/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
index 1ca9824a11dfa5073d95e410192b31f391ae41c9..f64714f55876a0487481b5edaef7ca9015885280 100644
--- a/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
+++ b/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
@@ -72,6 +72,8 @@ static const char* paintPhaseName(WebCore::PaintPhase phase)
return "TextClip";
case WebCore::PaintPhaseMask:
return "Mask";
+ case WebCore::PaintPhaseClippingMask:
+ return "ClippingMask";
default:
ASSERT_NOT_REACHED();
return "<unknown>";
« no previous file with comments | « LayoutTests/fast/borders/border-radius-mask-video-shadow.html ('k') | Source/core/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698