Chromium Code Reviews| Index: src/core/SkBitmapScaler.cpp |
| diff --git a/src/core/SkBitmapScaler.cpp b/src/core/SkBitmapScaler.cpp |
| index e3face8c750d3676c013d20c0392a4eaa7cacb93..398e20c24622d707018a7ddef1c513e366de33bd 100644 |
| --- a/src/core/SkBitmapScaler.cpp |
| +++ b/src/core/SkBitmapScaler.cpp |
| @@ -263,4 +263,3 @@ bool SkBitmapScaler::Resize(SkBitmap* resultPtr, const SkPixmap& source, ResizeM |
| SkASSERT(resultPtr->getPixels()); |
| return true; |
| } |
| - |