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

Unified Diff: src/opts/SkOpts_sse41.cpp

Issue 1299013003: Update SkOpts namespaces. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « src/opts/SkOpts_neon.cpp ('k') | src/opts/SkOpts_ssse3.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkOpts_sse41.cpp
diff --git a/src/opts/SkOpts_sse41.cpp b/src/opts/SkOpts_sse41.cpp
index 938b2f9e83462c46c51a3c0ba56492446a44d6cc..bbb77e3b8d5233a094b679f99acf827905b5521b 100644
--- a/src/opts/SkOpts_sse41.cpp
+++ b/src/opts/SkOpts_sse41.cpp
@@ -7,13 +7,13 @@
#include "SkOpts.h"
-#define SK_OPTS_NS sse41
+#define SK_OPTS_NS sk_sse41
#include "SkBlurImageFilter_opts.h"
namespace SkOpts {
void Init_sse41() {
- box_blur_xx = sse41::box_blur_xx;
- box_blur_xy = sse41::box_blur_xy;
- box_blur_yx = sse41::box_blur_yx;
+ box_blur_xx = sk_sse41::box_blur_xx;
+ box_blur_xy = sk_sse41::box_blur_xy;
+ box_blur_yx = sk_sse41::box_blur_yx;
}
}
« no previous file with comments | « src/opts/SkOpts_neon.cpp ('k') | src/opts/SkOpts_ssse3.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698