Index: src/gpu/gl/GrGLPathRange.cpp |
diff --git a/src/gpu/gl/GrGLPathRange.cpp b/src/gpu/gl/GrGLPathRange.cpp |
index a85c32000e8440d46c429b62c1b8ad57d6a72e2d..d7ccf1bcc74664673bb079bd2a1c34202bdf8452 100644 |
--- a/src/gpu/gl/GrGLPathRange.cpp |
+++ b/src/gpu/gl/GrGLPathRange.cpp |
@@ -9,7 +9,7 @@ |
#include "GrGLPathRange.h" |
#include "GrGLPath.h" |
#include "GrGLPathRendering.h" |
-#include "GrGpuGL.h" |
+#include "GrGLGpu.h" |
GrGLPathRange::GrGLPathRange(GrGLGpu* gpu, PathGenerator* pathGenerator, const SkStrokeRec& stroke) |
: INHERITED(gpu, pathGenerator, stroke), |