Chromium Code Reviews| Index: skia/ext/image_operations.h |
| diff --git a/skia/ext/image_operations.h b/skia/ext/image_operations.h |
| index 07e8b6d59af55ddbb7f8a97ec6171f11fb1b3840..e8e72eaba1da8b904e7d5333f46334daddfa383d 100644 |
| --- a/skia/ext/image_operations.h |
| +++ b/skia/ext/image_operations.h |
| @@ -121,6 +121,8 @@ class ImageOperations { |
| static SkBitmap ResizeSubpixel(const SkBitmap& source, |
| int dest_width, int dest_height, |
| const SkIRect& dest_subset); |
| + |
| + static bool hasSSE2(); |
| }; |
| } // namespace skia |