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

Unified Diff: cc/trees/layer_tree_host_impl_unittest.cc

Issue 12854010: cc: Chromify animation_test_common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed reviewer comments and drive-by also fixed nine patch layerImpl FIXMENAME Created 7 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: cc/trees/layer_tree_host_impl_unittest.cc
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
index ad27935e03ccabc9e832a23307984086f88205a0..ea3528175671949ca5d18104376eb0833236d383 100644
--- a/cc/trees/layer_tree_host_impl_unittest.cc
+++ b/cc/trees/layer_tree_host_impl_unittest.cc
@@ -1038,7 +1038,7 @@ private:
PushTileProperties(0, 0, resource, gfx::Rect(), false);
}
if (animating)
- addAnimatedTransformToLayer(*this, 10, 3, 0);
+ AddAnimatedTransformToLayer(this, 10, 3, 0);
}
};

Powered by Google App Engine
This is Rietveld 408576698