Chromium Code Reviews| Index: cc/layer.h |
| diff --git a/cc/layer.h b/cc/layer.h |
| index cf0d396e2986113a9fd77d466de858c0b2125cc5..63cf82b3f67fda7ff36f3512fb8cc1966db88432 100644 |
| --- a/cc/layer.h |
| +++ b/cc/layer.h |
| @@ -273,6 +273,7 @@ public: |
| virtual void notifyAnimationStarted(const AnimationEvent&, double wallClockTime); |
| virtual void notifyAnimationFinished(double wallClockTime); |
| + virtual void notifyAnimationPropertyUpdate(const AnimationEvent& event); |
| void addLayerAnimationEventObserver(LayerAnimationEventObserver* animationObserver); |
| void removeLayerAnimationEventObserver(LayerAnimationEventObserver* animationObserver); |