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

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

Issue 178313004: Remove the HashMap in RenderLayerCompositor's overlap map (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Now with out param 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-transform-body-expected.txt
diff --git a/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt b/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5159fc59e131a83923a661a4e1ac50facec95b32
--- /dev/null
+++ b/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt
@@ -0,0 +1,37 @@
+(GraphicsLayer
+ (bounds 800.00 600.00)
+ (children 1
+ (GraphicsLayer
+ (bounds 800.00 600.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (children 1
+ (GraphicsLayer
+ (position 8.00 8.00)
+ (bounds 784.00 584.00)
+ (drawsContent 1)
+ (children 2
+ (GraphicsLayer
+ (position 15.00 0.00)
+ (anchor 1.47 0.00)
+ (bounds 256.00 256.00)
+ (contentsOpaque 1)
+ (drawsContent 1)
+ (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
+ (position 385.00 0.00)
+ )
+ )
+ )
+ (GraphicsLayer
+ (bounds 300.00 300.00)
+ (contentsOpaque 1)
+ )
+ )
+ )
+ )
+ )
+ )
+)
+

Powered by Google App Engine
This is Rietveld 408576698