Chromium Code Reviews| Index: src/gpu/GrTextContext.h |
| diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
| index 6dfd8601fb6c97f36a16ba46883d7afd72d78647..0c990fe17aa903ff7546749f675c52055319b1e9 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 |
| */ |