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

Unified Diff: cc/trees/mutator_host_client.h

Issue 2492133002: CC Animation: Move ElementId from animation to trees. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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/trees/mutator_host.h ('k') | cc/trees/property_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/mutator_host_client.h
diff --git a/cc/trees/mutator_host_client.h b/cc/trees/mutator_host_client.h
index 0dca15b7fbc3579196a021214b17fda926f57ee0..193dc65b24ca73d5ccd91e3c632c99c07a097dde 100644
--- a/cc/trees/mutator_host_client.h
+++ b/cc/trees/mutator_host_client.h
@@ -6,9 +6,9 @@
#define CC_TREES_MUTATOR_HOST_CLIENT_H_
// TODO(loyso) Move these headers out of cc/animation.
-#include "cc/animation/element_id.h"
#include "cc/animation/property_animation_state.h"
#include "cc/animation/target_property.h"
+#include "cc/trees/element_id.h"
namespace gfx {
class Transform;
« no previous file with comments | « cc/trees/mutator_host.h ('k') | cc/trees/property_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698