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

Unified Diff: src/core/SkBitmapProcState.cpp

Issue 1658573002: Suppress SkBitmapProcState assert temporarily (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBitmapProcState.cpp
diff --git a/src/core/SkBitmapProcState.cpp b/src/core/SkBitmapProcState.cpp
index d9d47a270f5fa0f4b50876552b645a8a65300845..fb2834d5317ea448d783854dac4bfdb3ccb7eb29 100644
--- a/src/core/SkBitmapProcState.cpp
+++ b/src/core/SkBitmapProcState.cpp
@@ -525,7 +525,8 @@ static void S32_D32_constX_shaderproc(const void* sIn,
break;
}
-#ifdef SK_DEBUG
+// http://code.google.com/p/skia/issues/detail?id=4874
+#ifdef DISABLED_SK_DEBUG
{
SkPoint pt;
s.fInvProc(s.fInvMatrix,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698