Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: cc/animation/element_animations.h

Issue 2966723003: Add support for bounds animations (Closed)
Patch Set: address reviewer feedback Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/animation/animation_player.cc ('k') | cc/animation/element_animations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « cc/animation/animation_player.cc ('k') | cc/animation/element_animations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698