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

Unified Diff: src/opts/SkOpts_neon.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/core/SkOpts.cpp ('k') | src/opts/SkOpts_sse2.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkOpts_neon.cpp
diff --git a/src/gpu/GrProcessorDataManager.cpp b/src/opts/SkOpts_neon.cpp
similarity index 66%
copy from src/gpu/GrProcessorDataManager.cpp
copy to src/opts/SkOpts_neon.cpp
index addf4d88bd8bce593b48287e6f834d89833af823..3508b3531852324b01ba937ad3f52dbc9ca97c2e 100644
--- a/src/gpu/GrProcessorDataManager.cpp
+++ b/src/opts/SkOpts_neon.cpp
@@ -5,4 +5,10 @@
* found in the LICENSE file.
*/
-#include "GrProcessorDataManager.h"
+#include "SkOpts.h"
+
+namespace SkOpts {
+ void Init_neon() {
+
+ }
+}
« no previous file with comments | « src/core/SkOpts.cpp ('k') | src/opts/SkOpts_sse2.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698