Index: src/gpu/SkGpuDevice.cpp |
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp |
index 8912851d8f369c88a9b36aeb7d281c8b2490c690..99d83400a692656439bd9a6979e21dcc82b8c40e 100644 |
--- a/src/gpu/SkGpuDevice.cpp |
+++ b/src/gpu/SkGpuDevice.cpp |
@@ -1776,15 +1776,6 @@ void SkGpuDevice::drawPosText(const SkDraw& draw, const void* text, size_t byteL |
} |
} |
-void SkGpuDevice::drawTextOnPath(const SkDraw& draw, const void* text, |
- size_t len, const SkPath& path, |
- const SkMatrix* m, const SkPaint& paint) { |
- CHECK_SHOULD_DRAW(draw); |
- |
- SkASSERT(draw.fDevice == this); |
- draw.drawTextOnPath((const char*)text, len, path, m, paint); |
-} |
- |
/////////////////////////////////////////////////////////////////////////////// |
bool SkGpuDevice::onShouldDisableLCD(const SkPaint& paint) const { |