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

Unified Diff: include/gpu/GrContext.h

Issue 578563002: Remove createPath* from GrGpu and GrContext (Closed) Base URL: https://skia.googlesource.com/skia.git@upload_glyphmemorypath
Patch Set: Simple quick change Created 6 years, 3 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 | « no previous file | src/gpu/GrContext.cpp » ('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 4172543b5eca25fccb8d77cab7935706b3d21950..dd15767534500474809bf1fc6ab5d21f6fa1496b 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -1055,15 +1055,6 @@ private:
*/
static bool OverbudgetCB(void* data);
- /** Creates a new gpu path, based on the specified path and stroke and returns it.
- * The caller owns a ref on the returned path which must be balanced by a call to unref.
- *
- * @param skPath the path geometry.
- * @param stroke the path stroke.
- * @return a new path or NULL if the operation is not supported by the backend.
- */
- GrPath* createPath(const SkPath& skPath, const SkStrokeRec& stroke);
-
typedef SkRefCnt INHERITED;
};
« no previous file with comments | « no previous file | src/gpu/GrContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698