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

Unified Diff: cc/trees/element_id.cc

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/element_id.h ('k') | cc/trees/mutator_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/element_id.cc
diff --git a/cc/animation/element_id.cc b/cc/trees/element_id.cc
similarity index 97%
rename from cc/animation/element_id.cc
rename to cc/trees/element_id.cc
index 4b6e6e6f733cb435a88fe32aef388ed539ac0a13..45913303c1019dfa9c36113d6a11fffae12c1bfb 100644
--- a/cc/animation/element_id.cc
+++ b/cc/trees/element_id.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/element_id.h"
+#include "cc/trees/element_id.h"
#include <limits>
#include <ostream>
« no previous file with comments | « cc/trees/element_id.h ('k') | cc/trees/mutator_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698