| Index: src/core/SkRecorder.h
 | 
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
 | 
| index 1299efbdd6deee419e718dd01cee22dc393080b2..3cf0be97c3be8ab6fcf7f204b56f38fa616d013f 100644
 | 
| --- a/src/core/SkRecorder.h
 | 
| +++ b/src/core/SkRecorder.h
 | 
| @@ -82,6 +82,11 @@ public:
 | 
|                            const SkPath& path,
 | 
|                            const SkMatrix* matrix,
 | 
|                            const SkPaint& paint) override;
 | 
| +    void onDrawTextRSXform(const void* text,
 | 
| +                           size_t byteLength,
 | 
| +                           const SkRSXform[],
 | 
| +                           const SkRect* cull,
 | 
| +                           const SkPaint& paint) override;
 | 
|      void onDrawTextBlob(const SkTextBlob* blob,
 | 
|                          SkScalar x,
 | 
|                          SkScalar y,
 | 
| 
 |