Chromium Code Reviews| Index: include/utils/SkNWayCanvas.h |
| diff --git a/include/utils/SkNWayCanvas.h b/include/utils/SkNWayCanvas.h |
| index 02d715b50abaa3e019df23e8e55723982af15549..1b00ec8607e911ecc9b367b7a9ecaeb8a9a22601 100644 |
| --- a/include/utils/SkNWayCanvas.h |
| +++ b/include/utils/SkNWayCanvas.h |
| @@ -47,7 +47,8 @@ protected: |
| virtual void onDrawPosTextH(const void* text, size_t byteLength, const SkScalar xpos[], |
| SkScalar constY, const SkPaint&) SK_OVERRIDE; |
| virtual void onDrawTextOnPath(const void* text, size_t byteLength, const SkPath& path, |
| - const SkMatrix* matrix, const SkPaint&) SK_OVERRIDE; |
| + const SkMatrix* matrix, |
| + SK_SUPPORT_LEGACY_DRAWTEXTONPATH_PARAM const SkPaint&) SK_OVERRIDE; |
|
f(malita)
2015/02/16 15:31:50
indentation
|
| virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, |
| const SkPaint& paint) SK_OVERRIDE; |
| virtual void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], |