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

Unified Diff: third_party/WebCore/html/canvas/WebGLActiveInfo.idl

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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: third_party/WebCore/html/canvas/WebGLActiveInfo.idl
diff --git a/third_party/WebCore/html/canvas/WebGLActiveInfo.idl b/third_party/WebCore/html/canvas/WebGLActiveInfo.idl
index 20ab8af903a11c03f0bfc961ae98be7c95c7bdde..e9fef93b3623bca1e6176e0eac2e0070ba0b9306 100644
--- a/third_party/WebCore/html/canvas/WebGLActiveInfo.idl
+++ b/third_party/WebCore/html/canvas/WebGLActiveInfo.idl
@@ -28,8 +28,8 @@ module html {
interface [
Conditional=WEBGL,
] WebGLActiveInfo {
- readonly attribute int size;
- readonly attribute unsigned int type;
+ readonly attribute long size;
+ readonly attribute unsigned long type;
readonly attribute DOMString name;
};
« no previous file with comments | « third_party/WebCore/html/canvas/ArrayBuffer.idl ('k') | third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698