Move SkOpts.h back to src/core.

The Chrome opts targets (sse2, ssse3, sse41, etc) don't have include/private on
their include path.  This should unblock the roll.

TBR=reed@google.com

BUG=skia:4117

Review URL: https://codereview.chromium.org/1268853007
This commit is contained in:
mtklein 2015-07-31 14:02:36 -07:00 committed by Commit bot
parent eae6200acb
commit bdb34d0345
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@
#define SkUtils_DEFINED
#include "SkTypes.h"
#include "../private/SkOpts.h"
namespace SkOpts {
extern void (*memset16)(uint16_t[], uint16_t, int);
extern void (*memset32)(uint32_t[], uint32_t, int);
}
///////////////////////////////////////////////////////////////////////////////