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

Unified Diff: cc/trees/element_id.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/test/animation_test_common.h ('k') | cc/trees/element_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/element_id.h
diff --git a/cc/animation/element_id.h b/cc/trees/element_id.h
similarity index 95%
rename from cc/animation/element_id.h
rename to cc/trees/element_id.h
index bca7d6c33e368af2498d270db5fc9a8509359d0c..4c0b652cc889d8080e7e0797e716aed3e8205999 100644
--- a/cc/animation/element_id.h
+++ b/cc/trees/element_id.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_ANIMATION_ELEMENT_ID_H_
-#define CC_ANIMATION_ELEMENT_ID_H_
+#ifndef CC_TREES_ELEMENT_ID_H_
+#define CC_TREES_ELEMENT_ID_H_
#include <stddef.h>
@@ -67,4 +67,4 @@ CC_EXPORT std::ostream& operator<<(std::ostream& out, const ElementId& id);
} // namespace cc
-#endif // CC_ANIMATION_ELEMENT_ID_H_
+#endif // CC_TREES_ELEMENT_ID_H_
« no previous file with comments | « cc/test/animation_test_common.h ('k') | cc/trees/element_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698