Chromium Code Reviews| Index: include/utils/SkDeferredCanvas.h |
| diff --git a/include/utils/SkDeferredCanvas.h b/include/utils/SkDeferredCanvas.h |
| index d3ab73f675a93c282e62c50a64a8506f1c125b46..7a290c0c1b3c1862f16de3f486db480dd9654a46 100644 |
| --- a/include/utils/SkDeferredCanvas.h |
| +++ b/include/utils/SkDeferredCanvas.h |
| @@ -161,7 +161,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], |