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

Unified Diff: Source/core/dom/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: 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/Uint8ClampedArray.idl
diff --git a/Source/core/frame/NavigatorCPU.idl b/Source/core/dom/Uint8ClampedArray.idl
similarity index 68%
copy from Source/core/frame/NavigatorCPU.idl
copy to Source/core/dom/Uint8ClampedArray.idl
index 8ec502c58fcc58b61fca0728c16f90bbf480196a..22bd4b196ead6fa277db9092b241d691ffbc393e 100644
--- a/Source/core/frame/NavigatorCPU.idl
+++ b/Source/core/dom/Uint8ClampedArray.idl
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[
+ ImplementedAs=DOMUint8ClampedArray,
NoInterfaceObject,
-] interface NavigatorCPU {
- readonly attribute unsigned long hardwareConcurrency;
+] interface Uint8ClampedArray : ArrayBufferView {
};

Powered by Google App Engine
This is Rietveld 408576698