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

Unified Diff: Source/core/dom/Int16Array.idl

Issue 606653006: bindings: Adds DOMArrayBuffer, etc. as thin wrappers for ArrayBuffer, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Win GPU tests (DOMDataView). 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
Index: Source/core/dom/Int16Array.idl
diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.idl b/Source/core/dom/Int16Array.idl
similarity index 71%
copy from Source/core/html/canvas/EXTShaderTextureLOD.idl
copy to Source/core/dom/Int16Array.idl
index 975005a6a857790d975d747bf757a2d8de57f90a..8d103990018a2a3e50b3bf1e2a1d8022a209b986 100644
--- a/Source/core/html/canvas/EXTShaderTextureLOD.idl
+++ b/Source/core/dom/Int16Array.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[
+ ImplementedAs=DOMInt16Array,
NoInterfaceObject,
- WillBeGarbageCollected,
-] interface EXTShaderTextureLOD {
+] interface Int16Array : ArrayBufferView {
};

Powered by Google App Engine
This is Rietveld 408576698