| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 5d903fd074e13eb0f60337b93d0283f1c48f6188..55b08a762c46dcbbad4f63b1b3aea1769cd64fb9 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -381,8 +381,8 @@ protected:
|
| /**
|
| * Calls through to drawSprite, processing the imagefilter.
|
| */
|
| - virtual void drawBitmapAsSpriteWithImageFilter(const SkDraw&, const SkBitmap&,
|
| - int x, int y, const SkPaint&);
|
| + virtual void drawSpriteWithFilter(const SkDraw&, const SkBitmap&,
|
| + int x, int y, const SkPaint&);
|
|
|
| private:
|
| friend class SkCanvas;
|
|
|