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

Unified Diff: sky/engine/public/platform/WebLayer.h

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
Index: sky/engine/public/platform/WebLayer.h
diff --git a/sky/engine/public/platform/WebLayer.h b/sky/engine/public/platform/WebLayer.h
index 5282945141cca6a02a87e1d8d9f40c9b2b8a34f6..8973d23cf0e6df252f4a63f7c2dc965f7d150dce 100644
--- a/sky/engine/public/platform/WebLayer.h
+++ b/sky/engine/public/platform/WebLayer.h
@@ -97,15 +97,6 @@ public:
virtual void setBackgroundColor(WebColor) = 0;
virtual WebColor backgroundColor() const = 0;
- // Removes all animations with the given id.
- virtual void removeAnimation(int animationId) = 0;
-
- // Pauses all animations with the given id.
- virtual void pauseAnimation(int animationId, double timeOffset) = 0;
-
- // Returns true if this layer has any active animations - useful for tests.
- virtual bool hasActiveAnimation() = 0;
-
// If a scroll parent is set, this layer will inherit its parent's scroll
// delta and offset even though it will not be a descendant of the scroll
// in the layer hierarchy.
« no previous file with comments | « sky/engine/core/rendering/style/StyleWillChangeData.cpp ('k') | sky/engine/public/platform/WebLayerTreeView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698