Index: samplecode/SampleDither.cpp |
diff --git a/samplecode/SampleDither.cpp b/samplecode/SampleDither.cpp |
index 57c7613d93dc761febaf67772cc43e5fa453ade5..c0ce2992a9bc84247e7b39eccb775f4a7154f5fe 100644 |
--- a/samplecode/SampleDither.cpp |
+++ b/samplecode/SampleDither.cpp |
@@ -118,7 +118,7 @@ public: |
make_bm(&fBM); |
make_bm(&fBMPreDither); |
pre_dither(fBMPreDither); |
- fBM.copyTo(&fBM16, SkBitmap::kARGB_4444_Config); |
+ fBM.copyTo(&fBM16, kARGB_4444_SkColorType); |
fAngle = 0; |