| Index: Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.cpp b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| index a39ff73483b76d1be2e00c225771ce5d5fa4611f..21f50f8926a5eb14fd96e9a0a6425fc3f0518c49 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.cpp
|
| @@ -39,6 +39,7 @@
|
| #include "core/html/ImageData.h"
|
| #include "core/html/canvas/ANGLEInstancedArrays.h"
|
| #include "core/html/canvas/EXTFragDepth.h"
|
| +#include "core/html/canvas/EXTShaderTextureLOD.h"
|
| #include "core/html/canvas/EXTTextureFilterAnisotropic.h"
|
| #include "core/html/canvas/OESElementIndexUint.h"
|
| #include "core/html/canvas/OESStandardDerivatives.h"
|
|
|