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

Unified Diff: Source/core/html/canvas/WebGLExtensionName.h

Issue 171263004: Adding Blink-side support for EXT_shader_texture_lod (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed wrong extension string Created 6 years, 8 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/core/html/canvas/EXTShaderTextureLOD.idl ('k') | Source/core/html/canvas/WebGLRenderingContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLExtensionName.h
diff --git a/Source/core/html/canvas/WebGLExtensionName.h b/Source/core/html/canvas/WebGLExtensionName.h
index ed96581326a10b62a1fe423ac9e0d5b23253d582..f9f38192f650c65ce09065810676332deecc1ed4 100644
--- a/Source/core/html/canvas/WebGLExtensionName.h
+++ b/Source/core/html/canvas/WebGLExtensionName.h
@@ -11,6 +11,7 @@ namespace WebCore {
enum WebGLExtensionName {
ANGLEInstancedArraysName,
EXTFragDepthName,
+ EXTShaderTextureLODName,
EXTTextureFilterAnisotropicName,
OESElementIndexUintName,
OESStandardDerivativesName,
« no previous file with comments | « Source/core/html/canvas/EXTShaderTextureLOD.idl ('k') | Source/core/html/canvas/WebGLRenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698