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

Unified Diff: cc/layer.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/keyframed_animation_curve_unittest.cc ('k') | cc/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index 5019979e42739805cdbae42297536830d44cfac1..2c765c014beaa3d170c69ead258ec82d659b8b49 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -10,12 +10,12 @@
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
+#include "cc/animation/layer_animation_controller.h"
+#include "cc/animation/layer_animation_event_observer.h"
+#include "cc/animation/layer_animation_value_observer.h"
#include "cc/base/cc_export.h"
#include "cc/base/region.h"
#include "cc/draw_properties.h"
-#include "cc/layer_animation_controller.h"
-#include "cc/layer_animation_event_observer.h"
-#include "cc/layer_animation_value_observer.h"
#include "cc/occlusion_tracker.h"
#include "cc/render_surface.h"
#include "skia/ext/refptr.h"
« no previous file with comments | « cc/keyframed_animation_curve_unittest.cc ('k') | cc/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698