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

Unified Diff: src/opts/SkBlitRow_opts_arm_neon.cpp

Issue 587543003: Fix skia bug 2845 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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 | src/opts/SkBlurImage_opts_arm.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkBlitRow_opts_arm_neon.cpp
diff --git a/src/opts/SkBlitRow_opts_arm_neon.cpp b/src/opts/SkBlitRow_opts_arm_neon.cpp
index b372d16e2fa030458fb4450db3c0a1f80f83cdd0..e69ee7be5c9a52ba38ed26cbba9012e4972e211e 100644
--- a/src/opts/SkBlitRow_opts_arm_neon.cpp
+++ b/src/opts/SkBlitRow_opts_arm_neon.cpp
@@ -1654,8 +1654,7 @@ const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm_neon[] = {
#if 0
S32A_D565_Blend_neon,
#else
- NULL, // https://code.google.com/p/skia/issues/detail?id=2845
- // https://code.google.com/p/skia/issues/detail?id=2797
+ NULL, // https://code.google.com/p/skia/issues/detail?id=2797
#endif
// dither
« no previous file with comments | « no previous file | src/opts/SkBlurImage_opts_arm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698