| 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;
|
| };
|
|
|
|
|