Index: src/gpu/gl/GrGLPath.h |
diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h |
index 4831b7250fe0e1fe85be866868171ad2f21b4913..935a2e24ad090b641d54211f52b6b27cd644de25 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&); |