| Index: src/effects/SkBicubicImageFilter.cpp
 | 
| diff --git a/src/effects/SkBicubicImageFilter.cpp b/src/effects/SkBicubicImageFilter.cpp
 | 
| index eabf066c7df940e417b6380c06655d4a6e6f4d46..8f78ff2bd694a60a4470a6776c2ddf5a46167088 100644
 | 
| --- a/src/effects/SkBicubicImageFilter.cpp
 | 
| +++ b/src/effects/SkBicubicImageFilter.cpp
 | 
| @@ -91,7 +91,7 @@ bool SkBicubicImageFilter::onFilterImage(Proxy* proxy,
 | 
|          return false;
 | 
|      }
 | 
|  
 | 
| -    if (src.colorType() != kPMColor_SkColorType) {
 | 
| +    if (src.colorType() != kN32_SkColorType) {
 | 
|          return false;
 | 
|      }
 | 
|  
 | 
| 
 |