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

Unified Diff: ui/compositor/test/test_layer_animation_delegate.cc

Issue 11896017: Thread ui opacity animations (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix ash_unittests Created 7 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: ui/compositor/test/test_layer_animation_delegate.cc
diff --git a/ui/compositor/test/test_layer_animation_delegate.cc b/ui/compositor/test/test_layer_animation_delegate.cc
index a3d7f6767240db187145563381b0995b148926b8..d452fc0ce8de7ed3587d55c00b8aef94dbf2eb46 100644
--- a/ui/compositor/test/test_layer_animation_delegate.cc
+++ b/ui/compositor/test/test_layer_animation_delegate.cc
@@ -88,4 +88,11 @@ SkColor TestLayerAnimationDelegate::GetColorForAnimation() const {
return color_;
}
+void TestLayerAnimationDelegate::AddThreadedAnimation(
+ scoped_ptr<cc::Animation> animation) {
+}
+
+void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) {
+}
+
} // namespace ui
« no previous file with comments | « ui/compositor/test/test_layer_animation_delegate.h ('k') | webkit/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698