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

Unified Diff: LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-tranform-body-expected.txt

Issue 178313004: Remove the HashMap in RenderLayerCompositor's overlap map (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/layer-creation/overlap-transformed-layer-with-tranform-body-expected.txt
diff --git a/LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt b/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-tranform-body-expected.txt
similarity index 54%
copy from LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
copy to LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-tranform-body-expected.txt
index a095c0596198264d8e20b759fee18688564b737f..5159fc59e131a83923a661a4e1ac50facec95b32 100644
--- a/LayoutTests/css3/compositing/mix-blend-mode-isolation-layer-expected.txt
+++ b/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-tranform-body-expected.txt
@@ -4,28 +4,29 @@
(GraphicsLayer
(bounds 800.00 600.00)
(contentsOpaque 1)
+ (drawsContent 1)
(children 1
(GraphicsLayer
- (bounds 800.00 600.00)
+ (position 8.00 8.00)
+ (bounds 784.00 584.00)
(drawsContent 1)
(children 2
(GraphicsLayer
- (position 8.00 8.00)
- (bounds 160.00 90.00)
- (isolate 1)
+ (position 15.00 0.00)
+ (anchor 1.47 0.00)
+ (bounds 256.00 256.00)
(contentsOpaque 1)
(drawsContent 1)
- (backgroundColor #008000)
+ (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [-10.00 0.00 0.00 1.00])
(children 1
(GraphicsLayer
- (bounds 160.00 90.00)
- (blendMode multiply)
+ (position 385.00 0.00)
)
)
)
(GraphicsLayer
- (bounds 800.00 600.00)
- (drawsContent 1)
+ (bounds 300.00 300.00)
+ (contentsOpaque 1)
)
)
)

Powered by Google App Engine
This is Rietveld 408576698