| 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.
|
|
|