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

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

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.html
diff --git a/LayoutTests/compositing/layer-creation/overlap-transformed-layer.html b/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-tranform-body.html
similarity index 96%
copy from LayoutTests/compositing/layer-creation/overlap-transformed-layer.html
copy to LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-tranform-body.html
index d7da3fd2e2276216e848b0082b3be5ed4058565a..fedd7f5fd2cf460ebfa7f73b62f147636da35e1a 100644
--- a/LayoutTests/compositing/layer-creation/overlap-transformed-layer.html
+++ b/LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-tranform-body.html
@@ -36,6 +36,7 @@
}
body {
+ -webkit-transform:translateZ(0);
overflow: hidden;
}

Powered by Google App Engine
This is Rietveld 408576698