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

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

Issue 9987001: Roll IDL forward to multivm@358 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Roll to 358 Created 8 years, 8 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/WebGLRenderingContext.idl
diff --git a/third_party/WebCore/html/canvas/WebGLRenderingContext.idl b/third_party/WebCore/html/canvas/WebGLRenderingContext.idl
index aaf444edf15fac70f4177b4734240aeb613ab6bf..8efb72fa9fe5dac7a4887dc57c46f1575414a121 100644
--- a/third_party/WebCore/html/canvas/WebGLRenderingContext.idl
+++ b/third_party/WebCore/html/canvas/WebGLRenderingContext.idl
@@ -572,8 +572,7 @@ module html {
[StrictTypeChecking, TreatReturnedNullStringAs=Null] DOMString getShaderInfoLog(in WebGLShader shader) raises(DOMException);
- // TBD
- // void glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision);
+ [StrictTypeChecking] WebGLShaderPrecisionFormat getShaderPrecisionFormat(in unsigned long shadertype, in unsigned long precisiontype) raises(DOMException);
[StrictTypeChecking, TreatReturnedNullStringAs=Null] DOMString getShaderSource(in WebGLShader shader) raises(DOMException);
« no previous file with comments | « third_party/WebCore/html/canvas/Uint8ClampedArray.idl ('k') | third_party/WebCore/inspector/InjectedScriptHost.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698