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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h

Issue 2439113003: Fix the bug that negative outline-offset is covered up by composited (Closed)
Patch Set: Update decoration layer existing condition 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/platform/graphics/GraphicsLayerClient.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
index 36a785e39f75a7e2ce2c63c75ea89e02a9ce1d05..d80dae9f590fd02f6ab5ce4bebdf251ea8fbb596 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerClient.h
@@ -43,6 +43,7 @@ enum GraphicsLayerPaintingPhaseFlags {
GraphicsLayerPaintOverflowContents = (1 << 3),
GraphicsLayerPaintCompositedScroll = (1 << 4),
GraphicsLayerPaintChildClippingMask = (1 << 5),
+ GraphicsLayerPaintDecoration = (1 << 6),
GraphicsLayerPaintAllWithOverflowClip =
flackr 2016/10/25 21:26:30 GraphicsLayerPaintDecoration should be part of thi
yigu 2016/10/27 20:21:26 Done.
(GraphicsLayerPaintBackground | GraphicsLayerPaintForeground |
GraphicsLayerPaintMask)

Powered by Google App Engine
This is Rietveld 408576698