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

Unified Diff: include/core/SkBlitRow.h

Issue 303543009: replace config() with colorType() (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 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
Index: include/core/SkBlitRow.h
diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h
index 501134238f6de06d08e1663aa619c1cd98c87ef9..9393589b82b1b1f4c28bd3ebe3af9a01b231e42c 100644
--- a/include/core/SkBlitRow.h
+++ b/include/core/SkBlitRow.h
@@ -36,7 +36,7 @@ public:
const SkPMColor* src,
int count, U8CPU alpha, int x, int y);
- static Proc Factory(unsigned flags, SkBitmap::Config);
+ static Proc Factory(unsigned flags, SkColorType);
///////////// D32 version
« no previous file with comments | « gm/gm_expectations.h ('k') | src/core/SkBitmap.cpp » ('j') | src/core/SkBitmapProcState.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698