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

Unified Diff: cc/trees/target_property.h

Issue 2502663003: CC Animation: Move PropertyAnimationState and TargetProperty to trees. (Closed)
Patch Set: 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/property_animation_state.cc ('k') | cc/trees/target_property.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/target_property.h
diff --git a/cc/animation/target_property.h b/cc/trees/target_property.h
similarity index 84%
rename from cc/animation/target_property.h
rename to cc/trees/target_property.h
index 632e826a00ca66a2bd81c14d7259c916850c50e3..34ddf3fd7cc439fad51bb29d7f2a717516f78ae9 100644
--- a/cc/animation/target_property.h
+++ b/cc/trees/target_property.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_TARGET_PROPERTY_H_
-#define CC_ANIMATION_TARGET_PROPERTY_H_
+#ifndef CC_TREES_TARGET_PROPERTY_H_
+#define CC_TREES_TARGET_PROPERTY_H_
#include <bitset>
@@ -31,4 +31,4 @@ using TargetProperties = std::bitset<TargetProperty::LAST_TARGET_PROPERTY + 1>;
} // namespace cc
-#endif // CC_ANIMATION_TARGET_PROPERTY_H_
+#endif // CC_TREES_TARGET_PROPERTY_H_
« no previous file with comments | « cc/trees/property_animation_state.cc ('k') | cc/trees/target_property.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698