aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-08-15 08:44:46 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-15 08:44:46 -0700
commit8a65fc8c32289dfbaff55ea0f7583c750d455ec8 (patch)
treed529170ddcfe04bcf23ebf930a53a02f9ad48c2b /src
parent200877eecaba782e56a1dd9e13a92f36d7b1ba12 (diff)
Revert of increase small allocator limit to encompass compose shader (patchset #1 id:1 of https://codereview.chromium.org/2234423005/ )
Reason for revert: Increase in stack broke Google3 Original issue's description: > increase small allocator limit to encompass compose shader > > R=reed@google.com > GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2234423005 > > Committed: https://skia.googlesource.com/skia/+/8c200694f8eec5f623b3934b85c31dbb382be12c TBR=reed@google.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2244293002
Diffstat (limited to 'src')
-rw-r--r--src/core/SkImagePriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkImagePriv.h b/src/core/SkImagePriv.h
index 6ce1f83073..3077f34367 100644
--- a/src/core/SkImagePriv.h
+++ b/src/core/SkImagePriv.h
@@ -18,7 +18,7 @@ enum SkCopyPixelsMode {
kNever_SkCopyPixelsMode, //!< never copy src pixels (even if they are marked mutable)
};
-enum {kSkBlitterContextSize = 5300}; // minimum required for compose shader blitter
+enum {kSkBlitterContextSize = 3332};
// Commonly used allocator. It currently is only used to allocate up to 3 objects. The total
// bytes requested is calculated using one of our large shaders, its context size plus the size of