Index: ui/compositor/layer_animation_element.h |
diff --git a/ui/compositor/layer_animation_element.h b/ui/compositor/layer_animation_element.h |
index aaeb51c2344f40bfc9c465155cdd34a8448aba2f..c48f856dbae245c594738185411f401db1491179 100644 |
--- a/ui/compositor/layer_animation_element.h |
+++ b/ui/compositor/layer_animation_element.h |
@@ -204,6 +204,8 @@ class COMPOSITOR_EXPORT LayerAnimationElement { |
// Actually start the animation, dispatching to another thread if needed. |
virtual void RequestEffectiveStart(LayerAnimationDelegate* delegate); |
+ virtual bool AreStartAndTargetSame() = 0; |
+ |
LayerAnimationElement(const LayerAnimationElement& element); |
private: |