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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h

Issue 2569863005: Move getBufferSubDataAsync to an extension (Closed)
Patch Set: fixup Created 4 years 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/WebKit/Source/modules/webgl/WebGLExtensionName.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h b/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h
index 2752edab9b8f87b289a5b8e8c9fb951df2b457b6..b49101fb53713fc712e7998d8915602a30f75881 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLExtensionName.h
@@ -36,6 +36,7 @@ enum WebGLExtensionName {
WebGLDebugShadersName,
WebGLDepthTextureName,
WebGLDrawBuffersName,
+ WebGLGetBufferSubDataAsyncName,
WebGLLoseContextName,
WebGLExtensionNameCount, // Must be the last entry
};

Powered by Google App Engine
This is Rietveld 408576698