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

Unified Diff: cc/trees/mutator_host_client.h

Issue 1973083002: Use element id's for animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months 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
Index: cc/trees/mutator_host_client.h
diff --git a/cc/trees/mutator_host_client.h b/cc/trees/mutator_host_client.h
index 73c3a08d404c366068a8abae4b0ac75efc806e03..7560e98ef70d7ac3029943ec7fb19d0fa47fb6c3 100644
--- a/cc/trees/mutator_host_client.h
+++ b/cc/trees/mutator_host_client.h
@@ -5,6 +5,8 @@
#ifndef CC_TREES_MUTATOR_HOST_CLIENT_H_
#define CC_TREES_MUTATOR_HOST_CLIENT_H_
+#include "cc/animation/element_id.h"
+
namespace gfx {
class Transform;
class ScrollOffset;
@@ -14,8 +16,6 @@ namespace cc {
class FilterOperations;
-using ElementId = int;
-
enum class ElementListType { ACTIVE, PENDING };
enum class AnimationChangeType { POTENTIAL, RUNNING, BOTH };

Powered by Google App Engine
This is Rietveld 408576698