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

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

Issue 2439113003: Fix the bug that negative outline-offset is covered up by composited (Closed)
Patch Set: Rename decorationLayer to decorationOutlineLayer Created 4 years, 1 month 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 13e3cf198487c2eb4ca6c16178183409971ef93f..b053de84f505848d6fc51dc027e197593868d766 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
+++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.cpp
@@ -131,6 +131,8 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
"layerForScrollingBlockSelection",
"Secondary layer, to house block selection gaps for composited scrolling "
"with no scrolling contents"},
+ {CompositingReasonLayerForDecoration, "layerForDecoration",
+ "Layer painted on top of other layers as decoration"},
{CompositingReasonInlineTransform, "inlineTransform",
"Has an inline transform, which causes subsequent layers to assume "
"overlap"},

Powered by Google App Engine
This is Rietveld 408576698