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

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

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
Index: ui/gfx/compositor/test/test_layer_animation_observer.h
diff --git a/ui/gfx/compositor/test/test_layer_animation_observer.h b/ui/gfx/compositor/test/test_layer_animation_observer.h
index b90a9dc4c16abeb4cd7e525ad87518822b27707d..44a71191c2dadc6b085e9dc82105729d18e62eb6 100644
--- a/ui/gfx/compositor/test/test_layer_animation_observer.h
+++ b/ui/gfx/compositor/test/test_layer_animation_observer.h
@@ -21,13 +21,13 @@ class TestLayerAnimationObserver : public LayerAnimationObserver {
virtual ~TestLayerAnimationObserver();
virtual void OnLayerAnimationEnded(
- const LayerAnimationSequence* sequence) OVERRIDE;
+ LayerAnimationSequence* sequence) OVERRIDE;
virtual void OnLayerAnimationAborted(
- const LayerAnimationSequence* sequence) OVERRIDE;
+ LayerAnimationSequence* sequence) OVERRIDE;
virtual void OnLayerAnimationScheduled(
- const LayerAnimationSequence* sequence) OVERRIDE;
+ LayerAnimationSequence* sequence) OVERRIDE;
virtual bool RequiresNotificationWhenAnimatorDestroyed() const OVERRIDE;
« no previous file with comments | « ui/gfx/compositor/scoped_layer_animation_settings.cc ('k') | ui/gfx/compositor/test/test_layer_animation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698