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

Unified Diff: client/dom/generated/src/frog/WebGLRenderingContext.dart

Issue 9264057: Refresh dart:dom libraries from WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CR changes 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/frog/WebGLRenderingContext.dart
diff --git a/client/dom/generated/src/frog/WebGLRenderingContext.dart b/client/dom/generated/src/frog/WebGLRenderingContext.dart
index edd205fb7a686e8df832d6377f5384549669c569..58e7ec5cbe52d785162b5c2a98921e802a57df1f 100644
--- a/client/dom/generated/src/frog/WebGLRenderingContext.dart
+++ b/client/dom/generated/src/frog/WebGLRenderingContext.dart
@@ -641,6 +641,10 @@ class WebGLRenderingContextJs extends CanvasRenderingContextJs implements WebGLR
void compileShader(WebGLShaderJs shader) native;
+ void compressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, ArrayBufferViewJs data) native;
+
+ void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, ArrayBufferViewJs data) native;
+
void copyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) native;
void copyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) native;
« no previous file with comments | « client/dom/generated/src/frog/Uint8ClampedArray.dart ('k') | client/dom/generated/src/frog/WebKitCSSRegionRule.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698