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

Unified Diff: Source/bindings/tests/idls/core/Uint8ClampedArray.idl

Issue 606653006: bindings: Adds DOMArrayBuffer, etc. as thin wrappers for ArrayBuffer, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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 | « Source/bindings/tests/idls/core/DataView.idl ('k') | Source/bindings/tests/results/core/V8ArrayBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/core/Uint8ClampedArray.idl
diff --git a/Source/core/html/HTMLPictureElement.idl b/Source/bindings/tests/idls/core/Uint8ClampedArray.idl
similarity index 51%
copy from Source/core/html/HTMLPictureElement.idl
copy to Source/bindings/tests/idls/core/Uint8ClampedArray.idl
index 649316cb8a1be19e29c17f14bfbc5b6e10397164..13f411c85fb75fbed2a4affe6d77175671d24bb8 100644
--- a/Source/core/html/HTMLPictureElement.idl
+++ b/Source/bindings/tests/idls/core/Uint8ClampedArray.idl
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://picture.responsiveimages.org
+// https://www.khronos.org/registry/typedarray/specs/latest/#TYPEDARRAYS
+
[
- RuntimeEnabled=Picture
-] interface HTMLPictureElement : HTMLElement {
+ ImplementedAs=TestUint8ClampedArray,
+] interface Uint8ClampedArray : ArrayBufferView {
};
-
« no previous file with comments | « Source/bindings/tests/idls/core/DataView.idl ('k') | Source/bindings/tests/results/core/V8ArrayBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698