| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index 23ecdf6aab102d3140cc1f4d59f952cad06294ec..683d29b4119ee67e7c9a755c69e5105506fa5d4b 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -92,7 +92,7 @@ public:
|
| void onDrawTextBlob(const SkTextBlob* blob,
|
| SkScalar x,
|
| SkScalar y,
|
| - const SkPaint& paint);
|
| + const SkPaint& paint) SK_OVERRIDE;
|
| void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4],
|
| const SkPoint texCoords[4], SkXfermode* xmode,
|
| const SkPaint& paint) SK_OVERRIDE;
|
|
|