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

Unified Diff: src/opts/SkUtils_opts_none.cpp

Issue 18314005: ARM Skia NEON patches - 05 - Cleaning (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | « src/opts/SkBlitRow_opts_none.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkUtils_opts_none.cpp
diff --git a/src/opts/SkUtils_opts_none.cpp b/src/opts/SkUtils_opts_none.cpp
index d905425e40aeac5f820630e055ba0fff6b73121a..c7658111d57110f14fcd6758570d058ce2e630b9 100644
--- a/src/opts/SkUtils_opts_none.cpp
+++ b/src/opts/SkUtils_opts_none.cpp
@@ -7,7 +7,6 @@
*/
-#include "SkBlitRow.h"
#include "SkUtils.h"
SkMemset16Proc SkMemset16GetPlatformProc() {
@@ -18,6 +17,3 @@ SkMemset32Proc SkMemset32GetPlatformProc() {
return NULL;
}
-SkBlitRow::ColorRectProc PlatformColorRectProcFactory() {
- return NULL;
-}
« no previous file with comments | « src/opts/SkBlitRow_opts_none.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698