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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.idl

Issue 2492343003: Fix the WebGLObject arg non-nullable behaviors. (Closed)
Patch Set: Fix the WebGLObject arg non-nullable behaviors. Created 4 years, 1 month 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/WebKit/Source/modules/webgl/EXTDisjointTimerQueryWebGL2.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.idl
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.idl b/third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.idl
index 0790ee1b517b82b04c96fd8a67d6f9ab032f8fe6..28efeac01fbed5e418f8274e667c580d4f803f1e 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.idl
+++ b/third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.idl
@@ -27,5 +27,5 @@
NoInterfaceObject,
SetWrapperReferenceFrom=canvas,
] interface WebGLDebugShaders {
- DOMString? getTranslatedShaderSource(WebGLShader? shader);
+ DOMString? getTranslatedShaderSource(WebGLShader shader);
};
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQueryWebGL2.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698