Fix Android, too, by providing cross-platform NULL version of new factory.
Another cowboy build fix.
git-svn-id: http://skia.googlecode.com/svn/trunk@3425 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/opts/SkUtils_opts_none.cpp b/src/opts/SkUtils_opts_none.cpp
index 286f10d..bb2558c 100644
--- a/src/opts/SkUtils_opts_none.cpp
+++ b/src/opts/SkUtils_opts_none.cpp
@@ -7,6 +7,7 @@
*/
+#include "SkBlitRow.h"
#include "SkUtils.h"
SkMemset16Proc SkMemset16GetPlatformProc() {
@@ -16,3 +17,9 @@
SkMemset32Proc SkMemset32GetPlatformProc() {
return NULL;
}
+
+SkBlitRow::ColorRectProc PlatformColorRectProcFactory() {
+ return NULL;
+}
+
+