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

Unified Diff: cc/layers/layer_iterator_unittest.cc

Issue 15579002: Implement transform/clip support for Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Turn on fuzzy comparator for new SoftwareRenderer tests Created 7 years, 6 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: cc/layers/layer_iterator_unittest.cc
diff --git a/cc/layers/layer_iterator_unittest.cc b/cc/layers/layer_iterator_unittest.cc
index e7cecfdf4fbc825ef66bf418253a0da576f76971..10526ba3a8c8c5947767746a6c544ac53cf51824 100644
--- a/cc/layers/layer_iterator_unittest.cc
+++ b/cc/layers/layer_iterator_unittest.cc
@@ -141,6 +141,7 @@ TEST(LayerIteratorTest, SimpleTree) {
LayerList render_surface_layerList;
LayerTreeHostCommon::CalculateDrawProperties(root_layer.get(),
root_layer->bounds(),
+ gfx::Transform(),
1.f,
1.f,
NULL,
@@ -189,6 +190,7 @@ TEST(LayerIteratorTest, ComplexTree) {
LayerList render_surface_layerList;
LayerTreeHostCommon::CalculateDrawProperties(root_layer.get(),
root_layer->bounds(),
+ gfx::Transform(),
1.f,
1.f,
NULL,
@@ -252,6 +254,7 @@ TEST(LayerIteratorTest, ComplexTreeMultiSurface) {
LayerList render_surface_layerList;
LayerTreeHostCommon::CalculateDrawProperties(root_layer.get(),
root_layer->bounds(),
+ gfx::Transform(),
1.f,
1.f,
NULL,

Powered by Google App Engine
This is Rietveld 408576698