Chromium Code Reviews| Index: Source/core/animation/AnimatedElement.idl |
| diff --git a/Source/bindings/tests/idls/TestCustomLegacyCallInterface.idl b/Source/core/animation/AnimatedElement.idl |
| similarity index 95% |
| copy from Source/bindings/tests/idls/TestCustomLegacyCallInterface.idl |
| copy to Source/core/animation/AnimatedElement.idl |
| index 5dc6a4aba2a2af1786ccf58c5fbbeaf50fb4383b..a7ad86ce8d3af6562c81faa454f9d0080dd81611 100644 |
| --- a/Source/bindings/tests/idls/TestCustomLegacyCallInterface.idl |
| +++ b/Source/core/animation/AnimatedElement.idl |
| @@ -27,8 +27,6 @@ |
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
|
Steve Block
2013/11/29 07:31:19
Blank line
rjwright
2013/12/04 05:05:54
Done.
|
| - |
| -[ |
| - CustomLegacyCall, |
| -] interface TestCustomLegacyCallInterface { |
| -}; |
| +partial interface Element { |
|
dstockwell
2013/11/29 06:32:49
This should probably be named ElementAnimation, mo
rjwright
2013/12/04 05:05:54
Done.
|
| + void animate(sequence<Dictionary> keyframes); |
|
dstockwell
2013/11/29 06:32:49
Shouldn't this be runtime enabled?
[RuntimeEnable
rjwright
2013/12/04 05:05:54
Done.
|
| +}; |
|
Steve Block
2013/11/29 07:31:19
upload with --no-find-copies
|