Index: cc/animation/layer_animation_controller.h |
diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h |
index e762f5918a798d68d1f434e1151c8479fa953820..cd2f3cc3350a632ca5d280aa9e75b1d5fa271832 100644 |
--- a/cc/animation/layer_animation_controller.h |
+++ b/cc/animation/layer_animation_controller.h |
@@ -151,6 +151,7 @@ class CC_EXPORT LayerAnimationController |
void NotifyObserversOpacityAnimated(float opacity); |
void NotifyObserversTransformAnimated(const gfx::Transform& transform); |
+ bool HasValueObserver(); |
bool HasActiveValueObserver(); |
// If this is true, we force a sync to the impl thread. |