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

Unified Diff: include/core/SkUtils.h

Issue 1268853007: Move SkOpts.h back to src/core. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « no previous file | include/private/SkOpts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkUtils.h
diff --git a/include/core/SkUtils.h b/include/core/SkUtils.h
index b007b7711db122d739c03e499accf8782d8d4382..4e24bd0883555e641515c8a35e0029086f4b22b6 100644
--- a/include/core/SkUtils.h
+++ b/include/core/SkUtils.h
@@ -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);
+}
///////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « no previous file | include/private/SkOpts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698