 Chromium Code Reviews
 Chromium Code Reviews Issue 15888004:
  don't reference missing header  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk
    
  
    Issue 15888004:
  don't reference missing header  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk| Index: src/core/SkBitmapProcBicubic.cpp | 
| diff --git a/src/core/SkBitmapProcBicubic.cpp b/src/core/SkBitmapProcBicubic.cpp | 
| index 3c157ae9236b0b688c676287c53c0d7a95877d77..a8de9caa9e583af904bc4ee58ecd3b17a34ce357 100644 | 
| --- a/src/core/SkBitmapProcBicubic.cpp | 
| +++ b/src/core/SkBitmapProcBicubic.cpp | 
| @@ -5,7 +5,7 @@ | 
| * found in the LICENSE file. | 
| */ | 
| -#include "SkBitmapProcBicubic.h" | 
| +#include "SkBitmapProcState.h" | 
| #include "SkBitmap.h" | 
| #include "SkColor.h" | 
| #include "SkColorPriv.h" |