Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Unified Diff: skia/ext/image_operations.h

Issue 6334070: SIMD implementation of Convolver for Lanczos filter etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try to fix win Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698