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

Unified Diff: Source/WebCore/html/canvas/Int32Array.idl

Issue 9231022: WebGL support. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Review Created 8 years, 11 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/WebCore/html/canvas/Int32Array.idl
diff --git a/Source/WebCore/html/canvas/Int32Array.idl b/Source/WebCore/html/canvas/Int32Array.idl
index bad745d6e6136af3196c36c4153217cc7d712b4e..a374d4a41fbfbae49727db185463fdeeea2ca8c8 100644
--- a/Source/WebCore/html/canvas/Int32Array.idl
+++ b/Source/WebCore/html/canvas/Int32Array.idl
@@ -42,6 +42,10 @@ module html {
// void set(in Int32Array array, [Optional] in unsigned long offset);
// void set(in sequence<long> array, [Optional] in unsigned long offset);
+#if (defined(LANGUAGE_DART) && LANGUAGE_DART)
+ [Custom] void set(in any array, [Optional] in unsigned long offset);
+#else
[Custom] void set();
+#endif
};
}

Powered by Google App Engine
This is Rietveld 408576698