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

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

Issue 1325453007: Added support for EXTDisjointTimerQuery on the Blink side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: GL_INVALID_ENUM when timer query not enabled for GetParameter, use context3d for deletion Created 5 years, 3 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
« no previous file with comments | « Source/modules/webgl/EXTDisjointTimerQuery.idl ('k') | Source/modules/webgl/WebGLRenderingContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webgl/WebGLExtensionName.h
diff --git a/Source/modules/webgl/WebGLExtensionName.h b/Source/modules/webgl/WebGLExtensionName.h
index 6a84b5ec92e3df8c2e551b3835ebc520682ddfe1..b89f299883e279a47d20f54941e99e35d18eb54e 100644
--- a/Source/modules/webgl/WebGLExtensionName.h
+++ b/Source/modules/webgl/WebGLExtensionName.h
@@ -12,6 +12,7 @@ enum WebGLExtensionName {
ANGLEInstancedArraysName,
CHROMIUMSubscribeUniformName,
EXTBlendMinMaxName,
+ EXTDisjointTimerQueryName,
EXTFragDepthName,
EXTShaderTextureLODName,
EXTsRGBName,
@@ -35,7 +36,6 @@ enum WebGLExtensionName {
WebGLLoseContextName,
WebGLExtensionNameCount, // Must be the last entry
};
-
}
#endif // WebGLExtensionName_h
« no previous file with comments | « Source/modules/webgl/EXTDisjointTimerQuery.idl ('k') | Source/modules/webgl/WebGLRenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698