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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h

Issue 2588853002: Fix border radius on composited children. (Closed)
Patch Set: SPV2 expectations Created 3 years, 11 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: third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
index d907091eedc06d3391ea76884cc5adfab974f14a..f0980bc004dbe165c2f9837e90daaf1366037196 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
@@ -67,8 +67,9 @@ enum PaintLayerFlag {
PaintLayerPaintingRootBackgroundOnly = 1 << 9,
PaintLayerPaintingSkipRootBackground = 1 << 10,
PaintLayerPaintingChildClippingMaskPhase = 1 << 11,
- PaintLayerPaintingRenderingClipPathAsMask = 1 << 12,
- PaintLayerPaintingCompositingDecorationPhase = 1 << 13,
+ PaintLayerPaintingAncestorClippingMaskPhase = 1 << 12,
+ PaintLayerPaintingRenderingClipPathAsMask = 1 << 13,
+ PaintLayerPaintingCompositingDecorationPhase = 1 << 14,
PaintLayerPaintingCompositingAllPhases =
(PaintLayerPaintingCompositingBackgroundPhase |
PaintLayerPaintingCompositingForegroundPhase |

Powered by Google App Engine
This is Rietveld 408576698