| Index: Source/core/html/canvas/WebGLExtensionName.h
|
| diff --git a/Source/core/html/canvas/WebGLExtensionName.h b/Source/core/html/canvas/WebGLExtensionName.h
|
| index d563d15040f9a0ab7fa6b5ae1b58799648809dda..6946fb1cd967104392df98829b9a40d04ddd7089 100644
|
| --- a/Source/core/html/canvas/WebGLExtensionName.h
|
| +++ b/Source/core/html/canvas/WebGLExtensionName.h
|
| @@ -10,6 +10,7 @@ namespace WebCore {
|
| // Extension names are needed to properly wrap instances in JavaScript objects.
|
| enum WebGLExtensionName {
|
| ANGLEInstancedArraysName,
|
| + EXTBlendMinMaxName,
|
| EXTFragDepthName,
|
| EXTShaderTextureLODName,
|
| EXTTextureFilterAnisotropicName,
|
|
|