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

Unified Diff: cc/animation/animation_host.h

Issue 2006103004: Send takeover msg from MT to CC using the animation path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jbroman nits Created 4 years, 7 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') | no next file with comments »
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 5108cd3bdc29d1fdf49d6e341bb2b70707819489..8f5ff14a725896cf659af1c1e2be403ab2d98cee 100644
--- a/cc/animation/animation_host.h
+++ b/cc/animation/animation_host.h
@@ -109,8 +109,6 @@ class CC_EXPORT AnimationHost {
bool HasAnyAnimationTargetingProperty(ElementId element_id,
TargetProperty::Type property) const;
- bool ScrollOffsetIsAnimatingOnImplOnly(ElementId element_id) const;
-
bool HasFilterAnimationThatInflatesBounds(ElementId element_id) const;
bool HasTransformAnimationThatInflatesBounds(ElementId element_id) const;
bool HasAnimationThatInflatesBounds(ElementId element_id) const;
« no previous file with comments | « no previous file | cc/animation/animation_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698