Index: src/gpu/GrGpu.cpp |
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
index 667cae9c44649611f14bd3497e9fc7efa6706bed..60ffabb85c8af22d6f8af504afc49732011f2f51 100644 |
--- a/src/gpu/GrGpu.cpp |
+++ b/src/gpu/GrGpu.cpp |
@@ -164,17 +164,6 @@ GrIndexBuffer* GrGpu::createIndexBuffer(size_t size, bool dynamic) { |
return this->onCreateIndexBuffer(size, dynamic); |
} |
-GrPath* GrGpu::createPath(const SkPath& path, const SkStrokeRec& stroke) { |
- SkASSERT(this->caps()->pathRenderingSupport()); |
- this->handleDirtyContext(); |
- return this->pathRendering()->createPath(path, stroke); |
-} |
- |
-GrPathRange* GrGpu::createPathRange(size_t size, const SkStrokeRec& stroke) { |
- this->handleDirtyContext(); |
- return this->pathRendering()->createPathRange(size, stroke); |
-} |
- |
void GrGpu::clear(const SkIRect* rect, |
GrColor color, |
bool canIgnoreRect, |