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

Unified Diff: third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt

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/LayoutTests/compositing/update-paint-phases-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt b/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt
index e8ef615fa3fd79c71522f1e42aa2b139c4981c76..a33515de512ba38b6ea8e78ba872d368fc6de810 100644
--- a/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt
@@ -8,7 +8,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -20,7 +21,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintMask",
- "GraphicsLayerPaintCompositedScroll"
+ "GraphicsLayerPaintCompositedScroll",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -31,7 +33,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -50,7 +53,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -60,7 +64,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -70,7 +75,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
},
{
@@ -81,7 +87,8 @@
"paintingPhases": [
"GraphicsLayerPaintBackground",
"GraphicsLayerPaintForeground",
- "GraphicsLayerPaintMask"
+ "GraphicsLayerPaintMask",
+ "GraphicsLayerPaintDecoration"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698