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

Unified Diff: cc/test/layer_tree_test.cc

Issue 12854010: cc: Chromify animation_test_common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing, rebased 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
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 9f6a0d61e788a2c895986ac43f826facc8a2b957..0499acca3977b6189f4305c7a7884e4d3cacdecd 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -445,7 +445,7 @@ void LayerTreeTest::DispatchAddInstantAnimation() {
DCHECK(!proxy() || proxy()->IsMainThread());
if (layer_tree_host_.get() && layer_tree_host_->root_layer()) {
- addOpacityTransitionToLayer(*layer_tree_host_->root_layer(),
+ AddOpacityTransitionToLayer(layer_tree_host_->root_layer(),
0,
0,
0.5,
@@ -457,7 +457,7 @@ void LayerTreeTest::DispatchAddAnimation(Layer* layer_to_receive_animation) {
DCHECK(!proxy() || proxy()->IsMainThread());
if (layer_to_receive_animation)
- addOpacityTransitionToLayer(*layer_to_receive_animation, 10, 0, 0.5, true);
+ AddOpacityTransitionToLayer(layer_to_receive_animation, 10, 0, 0.5, true);
}
void LayerTreeTest::DispatchSetNeedsCommit() {
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698