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

Unified Diff: LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt

Issue 183833020: Re-land "Drop background color optimization for composited layers" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make Mac test bot pass Created 6 years, 9 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/repaint/fixed-pos-with-composited-child-expected.txt
diff --git a/LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt b/LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt
index cd5385da516f4db04869dacc22e373b1c922764b..0ec5ce0775fed0ba62040c8d800c05701f74a04d 100644
--- a/LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt
+++ b/LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt
@@ -13,6 +13,7 @@
(position 0.00 600.00)
(bounds 400.00 100.00)
(contentsOpaque 1)
+ (backgroundColor #A0A0A0)
(children 1
(GraphicsLayer
(bounds 400.00 100.00)
@@ -20,6 +21,8 @@
(GraphicsLayer
(bounds 200.00 100.00)
(contentsOpaque 1)
+ (drawsContent 1)
+ (backgroundColor #00A0A0)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698