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

Unified Diff: LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt

Issue 178013003: Drop background color optimization for composited layers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CL to land Created 6 years, 10 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: LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
diff --git a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
index 1c496616cba4c262cee6207c5d98ad77dc0c4c5c..ee3dceee8664157b192e17a836677223dd471840 100644
--- a/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
+++ b/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt
@@ -15,6 +15,8 @@ CASE 1, original layer tree with overlap1 and overlap2:
(position 60.00 60.00)
(bounds 400.00 400.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)
@@ -45,6 +47,8 @@ CASE 2, overlap3 gets added:
(position 60.00 60.00)
(bounds 400.00 400.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)
@@ -75,6 +79,8 @@ CASE 3, overlap2 gets removed. Since this does not resize the layer, there shoul
(position 60.00 60.00)
(bounds 400.00 400.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)
@@ -105,6 +111,8 @@ CASE 4, overlap1 gets removed:
(position 60.00 60.00)
(bounds 400.00 400.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 300.00 300.00)
@@ -138,6 +146,8 @@ CASE 5, overlap2 gets added back:
(position 60.00 60.00)
(bounds 400.00 400.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 220.00 220.00)
@@ -172,6 +182,8 @@ CASE 6, overlap1 gets added back, and overlap3 gets removed:
(position 60.00 60.00)
(bounds 400.00 400.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)

Powered by Google App Engine
This is Rietveld 408576698