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

Unified Diff: cc/trees/target_property.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/target_property.h ('k') | third_party/WebKit/Source/platform/animation/CompositorTargetProperty.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/target_property.cc
diff --git a/cc/animation/target_property.cc b/cc/trees/target_property.cc
similarity index 95%
rename from cc/animation/target_property.cc
rename to cc/trees/target_property.cc
index f39d93d526fea6bfac77ed6e1dcafcfb05d99a26..cabff92b5a51687025b2bfd2b14ff563375b4b29 100644
--- a/cc/animation/target_property.cc
+++ b/cc/trees/target_property.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/target_property.h"
+#include "cc/trees/target_property.h"
#include "base/macros.h"
« no previous file with comments | « cc/trees/target_property.h ('k') | third_party/WebKit/Source/platform/animation/CompositorTargetProperty.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698