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

Unified Diff: cc/trees/layer_tree_host.h

Issue 1009233002: CC Animations: Port Impl-only-scrolling to use compositor animation timelines. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui
Patch Set: Add unittests. Created 5 years, 8 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_unittest.cc ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 4280419aa03690c2454b13ec0ef7c9f9e9fda48b..59ad5bc4711ed742f26e7b24767ce72658e06d5f 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -330,6 +330,7 @@ class CC_EXPORT LayerTreeHost : public LayerTreeMutatorsClient {
int layer_id,
bool active_tree,
const gfx::ScrollOffset& scroll_offset) override;
+ gfx::ScrollOffset GetScrollOffsetForAnimation(int layer_id) const override;
bool IsAnimatingFilterProperty(const Layer* layer) const;
bool IsAnimatingOpacityProperty(const Layer* layer) const;
« no previous file with comments | « cc/animation/animation_player_unittest.cc ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698