Chromium Code Reviews| Index: include/utils/SkDumpCanvas.h |
| diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h |
| index c6b20ebca953172cb7b6418d5e16b9f183cde733..ac64354220797156b6cf381268d21dd893aa55cb 100644 |
| --- a/include/utils/SkDumpCanvas.h |
| +++ b/include/utils/SkDumpCanvas.h |
| @@ -95,7 +95,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], |