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

Unified Diff: src/opts/SkOpts_sse2.cpp

Issue 1255193002: Lay groundwork for SkOpts. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 5 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_sse41.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkOpts_sse2.cpp
diff --git a/src/gpu/GrProcessorDataManager.cpp b/src/opts/SkOpts_sse2.cpp
similarity index 66%
copy from src/gpu/GrProcessorDataManager.cpp
copy to src/opts/SkOpts_sse2.cpp
index addf4d88bd8bce593b48287e6f834d89833af823..31afa8cae7508f6be72c6dc0aef4bdd43b9ec898 100644
--- a/src/gpu/GrProcessorDataManager.cpp
+++ b/src/opts/SkOpts_sse2.cpp
@@ -5,4 +5,10 @@
* found in the LICENSE file.
*/
-#include "GrProcessorDataManager.h"
+#include "SkOpts.h"
+
+namespace SkOpts {
+ void Init_sse2() {
+
+ }
+}
« no previous file with comments | « src/opts/SkOpts_neon.cpp ('k') | src/opts/SkOpts_sse41.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698