aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLBufferImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLBufferImpl.cpp')
-rw-r--r--src/gpu/gl/GrGLBufferImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLBufferImpl.cpp b/src/gpu/gl/GrGLBufferImpl.cpp
index 3aa81e5763..b65fe5b346 100644
--- a/src/gpu/gl/GrGLBufferImpl.cpp
+++ b/src/gpu/gl/GrGLBufferImpl.cpp
@@ -6,7 +6,7 @@
*/
#include "GrGLBufferImpl.h"
-#include "GrGpuGL.h"
+#include "GrGLGpu.h"
#define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)