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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 1698813002: CC Animation: Expose TargetProperty enum to be aliased in Blink Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use custom hash in unordered_set. Created 4 years, 10 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/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index 50bc27251111a4d09f24f2c2211c4e7ff441164f..43a006d8a2ec2d2723cdad89a818cb052a746ac6 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -1971,7 +1971,7 @@ bool LayerTreeImpl::HasPotentiallyRunningTransformAnimation(
bool LayerTreeImpl::HasAnyAnimationTargetingProperty(
const LayerImpl* layer,
- Animation::TargetProperty property) const {
+ AnimationTargetProperty property) const {
return layer_tree_host_impl_->animation_host()
? layer_tree_host_impl_->animation_host()
->HasAnyAnimationTargetingProperty(layer->id(), property)

Powered by Google App Engine
This is Rietveld 408576698