summaryrefslogtreecommitdiff
path: root/opts/SkUtils_opts_none.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opts/SkUtils_opts_none.cpp')
-rw-r--r--opts/SkUtils_opts_none.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/opts/SkUtils_opts_none.cpp b/opts/SkUtils_opts_none.cpp
new file mode 100644
index 00000000..286f10d7
--- /dev/null
+++ b/opts/SkUtils_opts_none.cpp
@@ -0,0 +1,18 @@
+
+/*
+ * Copyright 2009 The Android Open Source Project
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#include "SkUtils.h"
+
+SkMemset16Proc SkMemset16GetPlatformProc() {
+ return NULL;
+}
+
+SkMemset32Proc SkMemset32GetPlatformProc() {
+ return NULL;
+}