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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp

Issue 2569253002: Revert "Fix border radius on composited children." (Closed)
Patch Set: Created 4 years 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/platform/graphics/CompositingReasons.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
index fdc3d2a3aa562a2386b9171bc7b47fe799cbd695..b053de84f505848d6fc51dc027e197593868d766 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
@@ -127,10 +127,6 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
"Secondary layer, to contain the mask contents"},
{CompositingReasonLayerForClippingMask, "layerForClippingMask",
"Secondary layer, for clipping mask"},
- {CompositingReasonLayerForAncestorClippingMask,
- "layerForAncestorClippingMask",
- "Secondary layer, applies a clipping mask due to a sibling in the "
- "composited layer tree"},
{CompositingReasonLayerForScrollingBlockSelection,
"layerForScrollingBlockSelection",
"Secondary layer, to house block selection gaps for composited scrolling "

Powered by Google App Engine
This is Rietveld 408576698