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

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: Switch to use HeapHashMap instead 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
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

Powered by Google App Engine
This is Rietveld 408576698