aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLPath.h')
-rw-r--r--src/gpu/gl/GrGLPath.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h
index 4831b7250f..935a2e24ad 100644
--- a/src/gpu/gl/GrGLPath.h
+++ b/src/gpu/gl/GrGLPath.h
@@ -13,7 +13,6 @@
#include "gl/GrGLFunctions.h"
class GrGpuGL;
-struct GrGLInterface;
/**
* Currently this represents a path built using GL_NV_path_rendering. If we
@@ -23,7 +22,7 @@ struct GrGLInterface;
class GrGLPath : public GrPath {
public:
- static void InitPathObject(const GrGLInterface*,
+ static void InitPathObject(GrGpuGL*,
GrGLuint pathID,
const SkPath&,
const SkStrokeRec&);