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

Unified Diff: cc/trees/property_animation_state.cc

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.h ('k') | cc/trees/target_property.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_animation_state.cc
diff --git a/cc/animation/property_animation_state.cc b/cc/trees/property_animation_state.cc
similarity index 97%
rename from cc/animation/property_animation_state.cc
rename to cc/trees/property_animation_state.cc
index bda251c6b8f12d5aba7eb1acc4050f1447bd7d73..92f4b99d8514062233622497d619047a6d308bde 100644
--- a/cc/animation/property_animation_state.cc
+++ b/cc/trees/property_animation_state.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/animation/property_animation_state.h"
+#include "cc/trees/property_animation_state.h"
#include "base/logging.h"
« no previous file with comments | « cc/trees/property_animation_state.h ('k') | cc/trees/target_property.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698