summaryrefslogtreecommitdiffstats
path: root/chromium/ui/compositor/layer_animation_sequence.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/compositor/layer_animation_sequence.h')
-rw-r--r--chromium/ui/compositor/layer_animation_sequence.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/compositor/layer_animation_sequence.h b/chromium/ui/compositor/layer_animation_sequence.h
index 53ce8d6dd40..19635adfc97 100644
--- a/chromium/ui/compositor/layer_animation_sequence.h
+++ b/chromium/ui/compositor/layer_animation_sequence.h
@@ -81,7 +81,7 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
void Abort(LayerAnimationDelegate* delegate);
// All properties modified by the sequence.
- const LayerAnimationElement::AnimatableProperties& properties() const {
+ LayerAnimationElement::AnimatableProperties properties() const {
return properties_;
}
@@ -96,7 +96,7 @@ class COMPOSITOR_EXPORT LayerAnimationSequence
// Returns true if this sequence has at least one element conflicting with a
// property in |other|.
bool HasConflictingProperty(
- const LayerAnimationElement::AnimatableProperties& other) const;
+ LayerAnimationElement::AnimatableProperties other) const;
// Returns true if the first element animates on the compositor thread.
bool IsFirstElementThreaded() const;