| Index: src/gpu/gl/GrGLPathRange.h
|
| diff --git a/src/gpu/gl/GrGLPathRange.h b/src/gpu/gl/GrGLPathRange.h
|
| index 6c6b78e0163db5b52a45c9bda7a9ec54f56e656d..927310d651e004424b0f3d23b46d0c264a152e00 100644
|
| --- a/src/gpu/gl/GrGLPathRange.h
|
| +++ b/src/gpu/gl/GrGLPathRange.h
|
| @@ -22,7 +22,7 @@ class GrGpuGL;
|
|
|
| class GrGLPathRange : public GrPathRange {
|
| public:
|
| - GrGLPathRange(GrGpu*, size_t size, const SkStrokeRec&);
|
| + GrGLPathRange(GrGpuGL*, size_t size, const SkStrokeRec&);
|
| virtual ~GrGLPathRange();
|
|
|
| GrGLuint basePathID() const { return fBasePathID; }
|
|
|