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

Unified Diff: cc/trees/layer_tree_host_impl.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/layer_tree_host_common_unittest.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index fc802c8f391e818ab22895247b223b4c305a3ecc..04b306c5e3739f7a6cb72340ca573fea5c35c160 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -248,16 +248,16 @@ class CC_EXPORT LayerTreeHostImpl
void DidAnimateScrollOffset();
void SetViewportDamage(const gfx::Rect& damage_rect);
- void SetTreeLayerFilterMutated(int layer_id,
+ void SetTreeLayerFilterMutated(ElementId element_id,
LayerTreeImpl* tree,
const FilterOperations& filters);
- void SetTreeLayerOpacityMutated(int layer_id,
+ void SetTreeLayerOpacityMutated(ElementId element_id,
LayerTreeImpl* tree,
float opacity);
- void SetTreeLayerTransformMutated(int layer_id,
+ void SetTreeLayerTransformMutated(ElementId element_id,
LayerTreeImpl* tree,
const gfx::Transform& transform);
- void SetTreeLayerScrollOffsetMutated(int layer_id,
+ void SetTreeLayerScrollOffsetMutated(ElementId element_id,
LayerTreeImpl* tree,
const gfx::ScrollOffset& scroll_offset);
bool AnimationsPreserveAxisAlignment(const LayerImpl* layer) const;
« no previous file with comments | « cc/trees/layer_tree_host_common_unittest.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698