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

Unified Diff: client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart

Issue 9117013: Refresh dart:dom from WebKit. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart b/client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart
index bd8b0a2d311e97bed3c90126450d7515a47ff0f2..8ce0dc8180f5c3f0afafa2dd5365954d36ad1cef 100644
--- a/client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dart
@@ -356,11 +356,10 @@ class _WebGLRenderingContextWrappingImplementation extends _CanvasRenderingConte
}
static WebGLActiveInfo _getActiveUniform(receiver, program, index) native;
- void getAttachedShaders(WebGLProgram program) {
- _getAttachedShaders(this, program);
- return;
+ List getAttachedShaders(WebGLProgram program) {
+ return _getAttachedShaders(this, program);
}
- static void _getAttachedShaders(receiver, program) native;
+ static List _getAttachedShaders(receiver, program) native;
int getAttribLocation(WebGLProgram program, String name) {
return _getAttribLocation(this, program, name);
« no previous file with comments | « client/dom/generated/src/wrapping/_Uint8ArrayWrappingImplementation.dart ('k') | client/dom/generated/wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698