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

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: Created 7 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/platform/graphics/GraphicsContextAnnotation.cpp
diff --git a/Source/core/platform/graphics/GraphicsContextAnnotation.cpp b/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
index 425a83d6a0722158fdeaf8bda72da91c72eb3ef7..269c090cd1004f3b1f157dbd2946b358fa9952ec 100644
--- a/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
+++ b/Source/core/platform/graphics/GraphicsContextAnnotation.cpp
@@ -71,6 +71,8 @@ static const char* paintPhaseName(WebCore::PaintPhase phase)
return "TextClip";
case WebCore::PaintPhaseMask:
return "Mask";
+ case WebCore::PaintPhaseBorderRadiusMask:
+ return "BorderRadiusMask";
default:
ASSERT_NOT_REACHED();
return "<unknown>";

Powered by Google App Engine
This is Rietveld 408576698