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

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

Issue 9320018: Revert 120092 - Reland 120074 -- 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
===================================================================
--- ui/gfx/compositor/test/test_layer_animation_observer.cc (revision 120096)
+++ ui/gfx/compositor/test/test_layer_animation_observer.cc (working copy)
@@ -19,17 +19,17 @@
}
void TestLayerAnimationObserver::OnLayerAnimationEnded(
- LayerAnimationSequence* sequence) {
+ const LayerAnimationSequence* sequence) {
last_ended_sequence_ = sequence;
}
void TestLayerAnimationObserver::OnLayerAnimationAborted(
- LayerAnimationSequence* sequence) {
+ const LayerAnimationSequence* sequence) {
last_aborted_sequence_ = sequence;
}
void TestLayerAnimationObserver::OnLayerAnimationScheduled(
- LayerAnimationSequence* sequence) {
+ const 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