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

Unified Diff: cc/animation/layer_animation_controller.h

Issue 12822004: Part 3 of cc/ directory shuffles: animation (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/animation/keyframed_animation_curve_unittest.cc ('k') | cc/animation/layer_animation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/layer_animation_controller.h
diff --git a/cc/layer_animation_controller.h b/cc/animation/layer_animation_controller.h
similarity index 95%
rename from cc/layer_animation_controller.h
rename to cc/animation/layer_animation_controller.h
index bb8fc56c72526699b2e36742d205f19cc60c81b1..1de11313f2c9b70430c0d79c3a1edad0685703cc 100644
--- a/cc/layer_animation_controller.h
+++ b/cc/animation/layer_animation_controller.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_LAYER_ANIMATION_CONTROLLER_H_
-#define CC_LAYER_ANIMATION_CONTROLLER_H_
+#ifndef CC_ANIMATION_LAYER_ANIMATION_CONTROLLER_H_
+#define CC_ANIMATION_LAYER_ANIMATION_CONTROLLER_H_
#include "base/basictypes.h"
#include "base/hash_tables.h"
@@ -11,10 +11,10 @@
#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
#include "base/time.h"
-#include "cc/animation_events.h"
+#include "cc/animation/animation_events.h"
+#include "cc/animation/layer_animation_event_observer.h"
#include "cc/base/cc_export.h"
#include "cc/base/scoped_ptr_vector.h"
-#include "cc/layer_animation_event_observer.h"
#include "ui/gfx/transform.h"
namespace gfx { class Transform; }
@@ -151,4 +151,4 @@ class CC_EXPORT LayerAnimationController
} // namespace cc
-#endif // CC_LAYER_ANIMATION_CONTROLLER_H_
+#endif // CC_ANIMATION_LAYER_ANIMATION_CONTROLLER_H_
« no previous file with comments | « cc/animation/keyframed_animation_curve_unittest.cc ('k') | cc/animation/layer_animation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698