From b30938ba7f374843f56848be32d03152b2a4b5da Mon Sep 17 00:00:00 2001 From: joshualitt Date: Wed, 22 Apr 2015 11:38:58 -0700 Subject: [PATCH] Revert of enable TextBlob / Batch (patchset #1 id:1 of https://codereview.chromium.org/1077813004/) Reason for revert: seg fault Original issue's description: > enable TextBlob / Batch > > TBR=bsalomon@google.com > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/b75f8100ace48e74319ccf43d82deaac446784b2 TBR=bsalomon@google.com,joshualitt@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1096433007 --- src/gpu/GrTextContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h index 9433904094..54b3efd19e 100644 --- a/src/gpu/GrTextContext.h +++ b/src/gpu/GrTextContext.h @@ -24,7 +24,7 @@ class SkGpuDevice; class SkTextBlob; // For testing textblobs on GPU. -#define USE_BITMAP_TEXTBLOBS +//#define USE_BITMAP_TEXTBLOBS /* * This class wraps the state for a single text render