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

Side by Side Diff: cc/layer_animation_controller.h

Issue 12472028: Part 1 of cc/ directory shuffles: base (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_LAYER_ANIMATION_CONTROLLER_H_ 5 #ifndef CC_LAYER_ANIMATION_CONTROLLER_H_
6 #define CC_LAYER_ANIMATION_CONTROLLER_H_ 6 #define CC_LAYER_ANIMATION_CONTROLLER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/hash_tables.h" 9 #include "base/hash_tables.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/observer_list.h" 12 #include "base/observer_list.h"
13 #include "base/time.h" 13 #include "base/time.h"
14 #include "cc/animation_events.h" 14 #include "cc/animation_events.h"
15 #include "cc/cc_export.h" 15 #include "cc/base/cc_export.h"
16 #include "cc/base/scoped_ptr_vector.h"
16 #include "cc/layer_animation_event_observer.h" 17 #include "cc/layer_animation_event_observer.h"
17 #include "cc/scoped_ptr_vector.h"
18 #include "ui/gfx/transform.h" 18 #include "ui/gfx/transform.h"
19 19
20 namespace gfx { class Transform; } 20 namespace gfx { class Transform; }
21 21
22 namespace cc { 22 namespace cc {
23 23
24 class Animation; 24 class Animation;
25 class AnimationRegistrar; 25 class AnimationRegistrar;
26 class KeyframeValueList; 26 class KeyframeValueList;
27 class LayerAnimationValueObserver; 27 class LayerAnimationValueObserver;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 double last_tick_time_; 145 double last_tick_time_;
146 146
147 ObserverList<LayerAnimationValueObserver> observers_; 147 ObserverList<LayerAnimationValueObserver> observers_;
148 148
149 DISALLOW_COPY_AND_ASSIGN(LayerAnimationController); 149 DISALLOW_COPY_AND_ASSIGN(LayerAnimationController);
150 }; 150 };
151 151
152 } // namespace cc 152 } // namespace cc
153 153
154 #endif // CC_LAYER_ANIMATION_CONTROLLER_H_ 154 #endif // CC_LAYER_ANIMATION_CONTROLLER_H_
OLDNEW
« cc/cc.gyp ('K') | « cc/layer.h ('k') | cc/layer_animation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698