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

Unified Diff: public/platform/WebLayer.h

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 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 | « public/platform/Platform.h ('k') | public/platform/WebTeleportCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 5d3bac1b7bda48f468b4aee6bb75af0019b6920b..8db9b72de05eddfd04641fd206fe8ad93be53495 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -133,6 +133,10 @@ public:
// deleting the delegate.
virtual void setAnimationDelegate(WebCompositorAnimationDelegate*) = 0;
+ // Adds an id that will be used to permit animation of a layer property via
+ // a worker thread animation.
+ virtual void addAnimatedProperty(const WebString&) = 0;
+ virtual void clearAnimatedProperties() = 0;
// Returns false if the animation cannot be added.
// Takes ownership of the WebCompositorAnimation object.
« no previous file with comments | « public/platform/Platform.h ('k') | public/platform/WebTeleportCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698