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

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

Issue 2439113003: Fix the bug that negative outline-offset is covered up by composited (Closed)
Patch Set: fix outline not painting problem when scrollingcontents is set to false Created 4 years, 2 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 dbedc1980c78162fd74812796910eee156d1ec5e..aca29dc34ef399347da0bd09ed2f6efb2c89dda8 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPaintingInfo.h
@@ -69,6 +69,7 @@ enum PaintLayerFlag {
PaintLayerPaintingSkipRootBackground = 1 << 10,
PaintLayerPaintingChildClippingMaskPhase = 1 << 11,
PaintLayerPaintingRenderingClipPathAsMask = 1 << 12,
+ PaintLayerPaintingCompositingDecorationPhase = 1 << 13,
PaintLayerPaintingCompositingAllPhases =
flackr 2016/10/24 17:19:30 I think we need to add PaintLayerPaintingCompositi
yigu 2016/10/24 20:31:36 Done.
(PaintLayerPaintingCompositingBackgroundPhase |
PaintLayerPaintingCompositingForegroundPhase |

Powered by Google App Engine
This is Rietveld 408576698