Commit 1bd453d1 authored by Fernando Serboncini's avatar Fernando Serboncini Committed by Commit Bot

Ship OffscreenCanvas and Worker.requestAnimationFrame

Bug: 563816
Change-Id: I3939845a5c512f7a1975b2da7592595572cbc522
Reviewed-on: https://chromium-review.googlesource.com/1119156Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Reviewed-by: default avatarJustin Novosad <junov@chromium.org>
Commit-Queue: Fernando Serboncini <fserb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571657}
parent ffde0e3c
...@@ -413,6 +413,7 @@ html element canvas ...@@ -413,6 +413,7 @@ html element canvas
property height property height
property toBlob property toBlob
property toDataURL property toDataURL
property transferControlToOffscreen
property width property width
html element caption html element caption
property align property align
......
...@@ -847,11 +847,11 @@ ...@@ -847,11 +847,11 @@
}, },
{ {
name: "OffscreenCanvas", name: "OffscreenCanvas",
status: "experimental", status: "stable",
}, },
{ {
name: "OffscreenCanvasText", name: "OffscreenCanvasText",
status: "experimental", status: "stable",
}, },
{ {
name: "OnDeviceChange", name: "OnDeviceChange",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment