Chromium Code Reviews| Index: src/gpu/gl/GrGLVertexArray.cpp |
| diff --git a/src/gpu/gl/GrGLVertexArray.cpp b/src/gpu/gl/GrGLVertexArray.cpp |
| index e28a163739c62a8e1bb365a4711ac37c51ea16e0..d6cc42ac547c2f1722f836dd68e744a7d0713e96 100644 |
| --- a/src/gpu/gl/GrGLVertexArray.cpp |
| +++ b/src/gpu/gl/GrGLVertexArray.cpp |
| @@ -6,7 +6,7 @@ |
| */ |
| #include "GrGLVertexArray.h" |
| -#include "GrGpuGL.h" |
| +#include "GrGLGpu.h" |
| #define GPUGL static_cast<GrGLGpu*>(this->getGpu()) |
| #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X); |