| 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,
|
|
|