Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: src/core/SkBlitter.h

Issue 1156713004: remove bitmaps entirely from sprite blits (as source) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkBlitter_Sprite.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBlitter.h
diff --git a/src/core/SkBlitter.h b/src/core/SkBlitter.h
index 7cf8301a4a8828efc635624fc5cd40a4cc134ef8..83e2e4e6ba65ee4cd984bd1ea91b695f65b630fb 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*);
///@}
« no previous file with comments | « no previous file | src/core/SkBlitter_Sprite.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698