Chromium Code Reviews| Index: src/gpu/GrTextContext.h |
| diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
| index 6dfd8601fb6c97f36a16ba46883d7afd72d78647..6ea94c0f18ffb532ff978fef3194949a04bd8855 100644 |
| --- a/src/gpu/GrTextContext.h |
| +++ b/src/gpu/GrTextContext.h |
| @@ -23,6 +23,9 @@ class SkDrawFilter; |
| class SkGpuDevice; |
| class SkTextBlob; |
| +// For testing textblobs on GPU |
| +//#define USE_BITMAP_TEXTBLOBS |
| + |
| /* |
| * This class wraps the state for a single text render |
| */ |