diff options
Diffstat (limited to 'src/gpu/gl/GrGLPath.h')
-rw-r--r-- | src/gpu/gl/GrGLPath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h index b8bd8ad1a4..a7640d526a 100644 --- a/src/gpu/gl/GrGLPath.h +++ b/src/gpu/gl/GrGLPath.h @@ -28,7 +28,6 @@ public: const SkStrokeRec&); GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke); - virtual ~GrGLPath(); GrGLuint pathID() const { return fPathID; } protected: |