| 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() {
|
| +
|
| + }
|
| +}
|
|
|