Index: src/gpu/GrBitmapTextContext.h |
diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h |
index e389f814806ac113e0e746e44d313bcfea055cb9..2c5c0e43cb088c261513c7c26febee24a731326b 100644 |
--- a/src/gpu/GrBitmapTextContext.h |
+++ b/src/gpu/GrBitmapTextContext.h |
@@ -39,16 +39,17 @@ private: |
GrBitmapTextContext(GrContext*, SkGpuDevice*, const SkDeviceProperties&); |
- bool canDraw(const SkPaint& paint, const SkMatrix& viewMatrix) SK_OVERRIDE; |
- |
- virtual void onDrawText(GrRenderTarget*, const GrClip&, const GrPaint&, const SkPaint&, |
- const SkMatrix& viewMatrix, const char text[], size_t byteLength, |
- SkScalar x, SkScalar y, const SkIRect& regionClipBounds) SK_OVERRIDE; |
- virtual void onDrawPosText(GrRenderTarget*, const GrClip&, const GrPaint&, const SkPaint&, |
- const SkMatrix& viewMatrix, |
- const char text[], size_t byteLength, |
- const SkScalar pos[], int scalarsPerPosition, |
- const SkPoint& offset, const SkIRect& regionClipBounds) SK_OVERRIDE; |
+ bool canDraw(const GrRenderTarget*, const GrClip&, const GrPaint&, |
+ const SkPaint&, const SkMatrix& viewMatrix) SK_OVERRIDE; |
+ |
+ void onDrawText(GrRenderTarget*, const GrClip&, const GrPaint&, const SkPaint&, |
+ const SkMatrix& viewMatrix, const char text[], size_t byteLength, |
+ SkScalar x, SkScalar y, const SkIRect& regionClipBounds) SK_OVERRIDE; |
+ void onDrawPosText(GrRenderTarget*, const GrClip&, const GrPaint&, const SkPaint&, |
+ const SkMatrix& viewMatrix, |
+ const char text[], size_t byteLength, |
+ const SkScalar pos[], int scalarsPerPosition, |
+ const SkPoint& offset, const SkIRect& regionClipBounds) SK_OVERRIDE; |
void init(GrRenderTarget*, const GrClip&, const GrPaint&, const SkPaint&, |
const SkIRect& regionClipBounds); |