Chromium Code Reviews| Index: src/gpu/GrTextContext.h |
| diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
| index c1e8af549687b9093550258eceb9a1e6bbe3f9b2..05e179af53c84028e36905206090a57809c2ff6f 100644 |
| --- a/src/gpu/GrTextContext.h |
| +++ b/src/gpu/GrTextContext.h |
| @@ -82,7 +82,7 @@ protected: |
| const char text[], size_t byteLength, SkVector* stopVector); |
| static uint32_t FilterTextFlags(const SkSurfaceProps& surfaceProps, const SkPaint& paint); |
| - friend class TextBatch; |
| + friend class GrAtlasTextBatch; |
| }; |
| #endif |