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

Unified Diff: LayoutTests/compositing/squashing/squashed-repaints-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/squashed-repaints-expected.txt
diff --git a/LayoutTests/compositing/squashing/squashed-repaints-expected.txt b/LayoutTests/compositing/squashing/squashed-repaints-expected.txt
index c6ed2270d85fdf91eda10a44578d183a058c3147..0bab854b78a1c3ff28fa7ab27e5be35fcadd41ed 100644
--- a/LayoutTests/compositing/squashing/squashed-repaints-expected.txt
+++ b/LayoutTests/compositing/squashing/squashed-repaints-expected.txt
@@ -15,6 +15,8 @@ CASE 1, original layer tree:
(position 60.00 60.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)
@@ -42,6 +44,8 @@ CASE 2, overlap1 changes color:
(position 60.00 60.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)
@@ -74,6 +78,8 @@ CASE 3, overlap1 and overlap2 change color:
(position 60.00 60.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)
@@ -109,6 +115,8 @@ CASE 4, overlap2 and overlap3 change color:
(position 60.00 60.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)
@@ -144,6 +152,8 @@ CASE 5, overlap3 and overlap1 change color:
(position 60.00 60.00)
(bounds 100.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #808080)
)
(GraphicsLayer
(position 140.00 140.00)

Powered by Google App Engine
This is Rietveld 408576698