| Index: cc/animation/element_animations.h
|
| diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
|
| index 81ce7aff03d267e20a7eee21a1908d846d8e6b3a..cbf268826d7947c837d3926b0f57bdf8925b5a13 100644
|
| --- a/cc/animation/element_animations.h
|
| +++ b/cc/animation/element_animations.h
|
| @@ -20,6 +20,7 @@
|
|
|
| namespace gfx {
|
| class BoxF;
|
| +class SizeF;
|
| }
|
|
|
| namespace cc {
|
| @@ -157,6 +158,10 @@ class CC_ANIMATION_EXPORT ElementAnimations
|
| void NotifyClientScrollOffsetAnimated(const gfx::ScrollOffset& scroll_offset,
|
| bool notify_active_elements,
|
| bool notify_pending_elements);
|
| + void NotifyClientBoundsAnimated(const gfx::SizeF& size,
|
| + bool notify_active_elements,
|
| + bool notify_pending_elements);
|
| +
|
| gfx::ScrollOffset ScrollOffsetForAnimation() const;
|
|
|
| private:
|
|
|