| Index: src/core/SkBBoxRecord.cpp | 
| =================================================================== | 
| --- src/core/SkBBoxRecord.cpp	(revision 10408) | 
| +++ src/core/SkBBoxRecord.cpp	(working copy) | 
| @@ -134,9 +134,10 @@ | 
| } | 
|  | 
| void SkBBoxRecord::drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* src, | 
| -                                  const SkRect& dst, const SkPaint* paint) { | 
| +                                        const SkRect& dst, const SkPaint* paint, | 
| +                                        DrawBitmapRectFlags flags) { | 
| if (this->transformBounds(dst, paint)) { | 
| -        INHERITED::drawBitmapRectToRect(bitmap, src, dst, paint); | 
| +        INHERITED::drawBitmapRectToRect(bitmap, src, dst, paint, flags); | 
| } | 
| } | 
|  | 
|  |