| Index: src/gpu/gl/GrGLContext.cpp
|
| diff --git a/src/gpu/gl/GrGLContext.cpp b/src/gpu/gl/GrGLContext.cpp
|
| index adbc5d9e866b0affb74a2fd673dd9af8d2f1d344..ee840b3aab78c8ec3d771e5fd4057972b2d074a9 100644
|
| --- a/src/gpu/gl/GrGLContext.cpp
|
| +++ b/src/gpu/gl/GrGLContext.cpp
|
| @@ -6,6 +6,7 @@
|
| */
|
|
|
| #include "GrGLContext.h"
|
| +#include "GrGLGLSL.h"
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| @@ -34,7 +35,7 @@ GrGLContext* GrGLContext::Create(const GrGLInterface* interface, const GrContext
|
| return NULL;
|
| }
|
|
|
| - if (!GrGetGLSLGeneration(interface, &args.fGLSLGeneration)) {
|
| + if (!GrGLGetGLSLGeneration(interface, &args.fGLSLGeneration)) {
|
| return NULL;
|
| }
|
|
|
|
|