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

Unified Diff: Source/core/animation/AnimatedElement.idl

Issue 96283002: Web Animations API: Start implementation of Element.animate(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698