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

Unified Diff: Source/core/dom/Uint8Array.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/Uint8Array.idl
diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.idl b/Source/core/dom/Uint8Array.idl
similarity index 71%
copy from Source/core/html/canvas/EXTShaderTextureLOD.idl
copy to Source/core/dom/Uint8Array.idl
index 975005a6a857790d975d747bf757a2d8de57f90a..9d6d1108fc45743a57de9f7601778ffe68221911 100644
--- a/Source/core/html/canvas/EXTShaderTextureLOD.idl
+++ b/Source/core/dom/Uint8Array.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[
+ ImplementedAs=DOMUint8Array,
NoInterfaceObject,
- WillBeGarbageCollected,
-] interface EXTShaderTextureLOD {
+] interface Uint8Array : ArrayBufferView {
};

Powered by Google App Engine
This is Rietveld 408576698