Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 2167513d2eb7cd51c60b87eec4e2dff036ba9034..56ba262b86a2616c25308f8ba01ab4ccbcc2e05c 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -480,11 +480,9 @@ private: |
* render target and the context. Caller assumes the ownership |
* of the returned object. The returned object must be deleted |
* before the context is destroyed. |
- * TODO we can possibly bury this behind context, but we need to be able to use the |
- * drawText_asPaths logic on SkGpuDevice |
+ * TODO bury this behind context! |
*/ |
GrTextContext* createTextContext(GrRenderTarget*, |
- SkGpuDevice*, |
const SkDeviceProperties&, |
bool enableDistanceFieldFonts); |