aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBlitter.h
diff options
context:
space:
mode:
authorGravatar reed <reed@chromium.org>2015-05-23 12:26:41 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-23 12:26:41 -0700
commitc240e719b2bebd3711ade4e6fe056921aa7b0521 (patch)
treee16d5f179eb9305398774ead2eb8203f9e5e675a /src/core/SkBlitter.h
parentc33db93d1b285923b5deef97ecb04d4d01e05dd5 (diff)
remove bitmaps entirely from sprite blits (as source)
BUG=skia: TBR= Review URL: https://codereview.chromium.org/1156713004
Diffstat (limited to 'src/core/SkBlitter.h')
-rw-r--r--src/core/SkBlitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkBlitter.h b/src/core/SkBlitter.h
index 7cf8301a4a..83e2e4e6ba 100644
--- a/src/core/SkBlitter.h
+++ b/src/core/SkBlitter.h
@@ -130,7 +130,7 @@ public:
static SkBlitter* ChooseSprite(const SkBitmap& device,
const SkPaint&,
- const SkBitmap& src,
+ const SkPixmap& src,
int left, int top,
SkTBlitterAllocator*);
///@}