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

Unified Diff: cc/trees/property_tree.h

Issue 1973083002: Use element id's for animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « cc/trees/mutator_host_client.h ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 71eae3c352fdd03653bae5bfbcecab0fd80c2635..9a09d8303c8c150cdafff41bc78dfde38954f7a0 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -11,6 +11,7 @@
#include <unordered_map>
#include <vector>
+#include "cc/animation/element_id.h"
#include "cc/base/cc_export.h"
#include "cc/base/synced_property.h"
#include "cc/output/filter_operations.h"
@@ -339,7 +340,7 @@ struct CC_EXPORT ScrollNodeData {
bool should_flatten;
bool user_scrollable_horizontal;
bool user_scrollable_vertical;
- int element_id;
+ ElementId element_id;
int transform_id;
// Number of drawn layers pointing to this node or any of its descendants.
int num_drawn_descendants;
« no previous file with comments | « cc/trees/mutator_host_client.h ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698