Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: include/gpu/GrContext.h

Issue 1157773003: Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more cleanup Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/GrAtlasTextContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « gyp/gpu.gypi ('k') | src/gpu/GrAtlasTextContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698