| Index: src/core/SkPictureRecord.h
 | 
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
 | 
| index 610e6d1c4cb66602776e36d3d12e581fc9b2e015..8abed55c3d99e666756c64f17eb5f007d31c4ab7 100644
 | 
| --- a/src/core/SkPictureRecord.h
 | 
| +++ b/src/core/SkPictureRecord.h
 | 
| @@ -186,6 +186,7 @@ protected:
 | 
|      void onDrawPaint(const SkPaint&) override;
 | 
|      void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
 | 
|      void onDrawRect(const SkRect&, const SkPaint&) override;
 | 
| +    void onDrawRegion(const SkRegion&, const SkPaint&) override;
 | 
|      void onDrawOval(const SkRect&, const SkPaint&) override;
 | 
|      void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override;
 | 
|      void onDrawRRect(const SkRRect&, const SkPaint&) override;
 | 
| 
 |