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

Unified Diff: third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.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
« no previous file with comments | « third_party/WebCore/html/canvas/WebGLActiveInfo.idl ('k') | third_party/WebCore/page/DOMSecurityPolicy.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl
diff --git a/third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl b/third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl
index 7cfb80e6e4297a656b869a4aefb96dbd21ae64d7..95294f942263325d8531948f1295c5c6cb78b9ed 100644
--- a/third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl
+++ b/third_party/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl
@@ -29,9 +29,9 @@ module html {
interface [
Conditional=WEBGL,
] WebGLShaderPrecisionFormat {
- readonly attribute int rangeMin;
- readonly attribute int rangeMax;
- readonly attribute int precision;
+ readonly attribute long rangeMin;
+ readonly attribute long rangeMax;
+ readonly attribute long precision;
};
}
« no previous file with comments | « third_party/WebCore/html/canvas/WebGLActiveInfo.idl ('k') | third_party/WebCore/page/DOMSecurityPolicy.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698