aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-29 15:57:47 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-29 15:57:47 +0000
commitcba73780bbd12fd254229517aec04fcbf0b64b52 (patch)
treef987d9fd68f7287c02b26f6fd9d073308051cef3 /include
parent00f8d6c75d22ce8f95f932c5b101354b196fa0df (diff)
replace config() with colorType()
BUG=skia: R=robertphillips@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/303543009 git-svn-id: http://skia.googlecode.com/svn/trunk@14959 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkBlitRow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBlitRow.h b/include/core/SkBlitRow.h
index 501134238f..9393589b82 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