| Index: include/utils/SkDumpCanvas.h
 | 
| diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h
 | 
| index 043cdaa6305b5d79a8b28ac5fb2ab36909241766..c0a105e85deeb641cc5df2096320aae4673ed74f 100644
 | 
| --- a/include/utils/SkDumpCanvas.h
 | 
| +++ b/include/utils/SkDumpCanvas.h
 | 
| @@ -118,6 +118,8 @@ protected:
 | 
|                                  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;
 | 
| +    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],
 | 
|                               const SkPoint texCoords[4], SkXfermode* xmode,
 | 
|                               const SkPaint& paint) SK_OVERRIDE;
 | 
| 
 |