| Index: src/gpu/GrBitmapTextContext.h
|
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
|
| index f1e6b03212e40c30252f240b6fcce374bdc1a4b5..bffacd52d0b5e2913946c2ce3c97acfde99c5378 100644
|
| --- a/src/gpu/GrBitmapTextContext.h
|
| +++ b/src/gpu/GrBitmapTextContext.h
|
| @@ -39,7 +39,7 @@ private:
|
|
|
| GrBitmapTextContext(GrContext*, const SkDeviceProperties&);
|
|
|
| - virtual bool canDraw(const SkPaint& paint, const SkMatrix& viewMatrix) SK_OVERRIDE;
|
| + bool canDraw(const SkPaint& paint, const SkMatrix& viewMatrix) SK_OVERRIDE;
|
|
|
| virtual void onDrawText(const GrPaint&, const SkPaint&, const SkMatrix& viewMatrix,
|
| const char text[], size_t byteLength,
|
|
|