| Index: include/core/SkBitmapDevice.h
|
| diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h
|
| index a801420584a0f50d263dfa99ce5662ea53753ced..6eeed01c793a010a6f0cfeccef944c18220df501 100644
|
| --- a/include/core/SkBitmapDevice.h
|
| +++ b/include/core/SkBitmapDevice.h
|
| @@ -95,6 +95,7 @@ protected:
|
| const SkPoint& offset, const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawTextOnPath(const SkDraw&, const void* text, size_t len,
|
| const SkPath& path, const SkMatrix* matrix,
|
| + SK_SUPPORT_LEGACY_DRAWTEXTONPATH_PARAM
|
| const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
|
| const SkPoint verts[], const SkPoint texs[],
|
|
|