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

Unified Diff: cc/layers/layer.cc

Issue 2881653002: Remove Layer{Impl}::TransformIsAnimating. (Closed)
Patch Set: Sync to head. Created 3 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 | « cc/layers/layer.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index 10bc5221ba4178374d50804f71c4d22b8475484a..f496d6967c0c924e8beee6772d3730125ca960a4 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -1301,11 +1301,6 @@ void Layer::SetScrollbarsHiddenFromImplSide(bool hidden) {
inputs_.client->didChangeScrollbarsHidden(hidden);
}
-bool Layer::TransformIsAnimating() const {
- return GetMutatorHost()->IsAnimatingTransformProperty(
- element_id(), GetElementTypeForAnimation());
-}
-
gfx::ScrollOffset Layer::ScrollOffsetForAnimation() const {
return CurrentScrollOffset();
}
« no previous file with comments | « cc/layers/layer.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698