Index: src/gpu/gl/GrGLBufferImpl.cpp |
diff --git a/src/gpu/gl/GrGLBufferImpl.cpp b/src/gpu/gl/GrGLBufferImpl.cpp |
index 3aa81e57637ad9915cac097242ff86f8108d8fec..b65fe5b346bbff7505fbb8f79b6a1801788e7e19 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) |