Chromium Code Reviews| Index: tests/SurfaceTest.cpp |
| diff --git a/tests/SurfaceTest.cpp b/tests/SurfaceTest.cpp |
| index 049f250667dd90df157701c98309d1d3b4a94e11..80822a15b6a57648ee4ddba4138287da24765ad8 100644 |
| --- a/tests/SurfaceTest.cpp |
| +++ b/tests/SurfaceTest.cpp |
| @@ -28,7 +28,7 @@ static SkSurface* createSurface(SurfaceType surfaceType, GrContext* context) { |
| 10, // width |
| 10, // height |
| SkImage::kPMColor_ColorType, |
| - SkImage::kPremul_AlphaType |
| + kPremul_SkAlphaType |
| }; |
| switch (surfaceType) { |