| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index 2888951e47c1c8ee5ccc5d827b7318e9853e5dde..addf6786545263a925529174d41de68ef021c657 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -167,8 +167,6 @@ private:
|
| bool isOpaque,
|
| Usage usage) SK_OVERRIDE;
|
|
|
| - SkDrawProcs* initDrawForText(GrTextContext*);
|
| -
|
| // sets the render target, clip, and matrix on GrContext. Use forceIdenity to override
|
| // SkDraw's matrix and draw in device coords.
|
| void prepareDraw(const SkDraw&, bool forceIdentity);
|
|
|