aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrContext.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 2167513d2e..56ba262b86 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);