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

Unified Diff: cc/animation/animation_host.h

Issue 2040543002: Take MT jank into account when animating the scroll offset on CC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix constant Created 4 years, 6 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 | « no previous file | cc/animation/animation_host.cc » ('j') | cc/animation/scroll_offset_animation_curve.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_host.h
diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h
index f8b645034e046957d9460c71163beb20ebc68498..bfbe08374ddaad2fdb049419837f3dba4af7350a 100644
--- a/cc/animation/animation_host.h
+++ b/cc/animation/animation_host.h
@@ -140,7 +140,8 @@ class CC_EXPORT AnimationHost {
void ImplOnlyScrollAnimationCreate(ElementId element_id,
const gfx::ScrollOffset& target_offset,
- const gfx::ScrollOffset& current_offset);
+ const gfx::ScrollOffset& current_offset,
+ base::TimeTicks original_event_time);
bool ImplOnlyScrollAnimationUpdateTarget(
ElementId element_id,
const gfx::Vector2dF& scroll_delta,
« no previous file with comments | « no previous file | cc/animation/animation_host.cc » ('j') | cc/animation/scroll_offset_animation_curve.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698