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

Unified Diff: ui/gfx/compositor/test/test_layer_animation_observer.cc

Issue 9222018: reland -- Disable animations during aura tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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 | « ui/gfx/compositor/test/test_layer_animation_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/compositor/test/test_layer_animation_observer.cc
diff --git a/ui/gfx/compositor/test/test_layer_animation_observer.cc b/ui/gfx/compositor/test/test_layer_animation_observer.cc
index fe515d36ac92b17881e1ba51c67f1f4282ba71dd..2afcb1bda227f509b360fa6566dc533aedbc3470 100644
--- a/ui/gfx/compositor/test/test_layer_animation_observer.cc
+++ b/ui/gfx/compositor/test/test_layer_animation_observer.cc
@@ -19,17 +19,17 @@ TestLayerAnimationObserver::~TestLayerAnimationObserver() {
}
void TestLayerAnimationObserver::OnLayerAnimationEnded(
- const LayerAnimationSequence* sequence) {
+ LayerAnimationSequence* sequence) {
last_ended_sequence_ = sequence;
}
void TestLayerAnimationObserver::OnLayerAnimationAborted(
- const LayerAnimationSequence* sequence) {
+ LayerAnimationSequence* sequence) {
last_aborted_sequence_ = sequence;
}
void TestLayerAnimationObserver::OnLayerAnimationScheduled(
- const LayerAnimationSequence* sequence) {
+ LayerAnimationSequence* sequence) {
last_scheduled_sequence_ = sequence;
}
« no previous file with comments | « ui/gfx/compositor/test/test_layer_animation_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698