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

Unified Diff: cc/trees/tree_synchronizer_unittest.cc

Issue 13465014: LayerTreeHost::SetAnimationEvents should use AnimationRegistrar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/tree_synchronizer_unittest.cc
diff --git a/cc/trees/tree_synchronizer_unittest.cc b/cc/trees/tree_synchronizer_unittest.cc
index 5c9bc9231fd29db11e3d34747a5206d123a4fc3e..a56032f11e8d609da2040e1cec9924ac09bea67f 100644
--- a/cc/trees/tree_synchronizer_unittest.cc
+++ b/cc/trees/tree_synchronizer_unittest.cc
@@ -493,7 +493,7 @@ TEST_F(TreeSynchronizerTest, SynchronizeAnimations) {
scoped_refptr<Layer> layer_tree_root = Layer::Create();
- layer_tree_root->SetLayerAnimationController(
+ layer_tree_root->SetLayerAnimationControllerForTest(
FakeLayerAnimationController::Create());
EXPECT_FALSE(static_cast<FakeLayerAnimationController*>(

Powered by Google App Engine
This is Rietveld 408576698