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..6564fc0f94b0b294f19f3eb09f490d8dfa675a94 100644 |
--- a/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt |
+++ b/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt |
@@ -83,6 +83,14 @@ |
"GraphicsLayerPaintForeground", |
"GraphicsLayerPaintMask" |
] |
+ }, |
+ { |
+ "name": "Decoration Layer", |
+ "bounds": [102, 102], |
+ "drawsContent": true, |
+ "paintingPhases": [ |
+ "GraphicsLayerPaintDecoration" |
+ ] |
} |
] |
} |