Index: src/gpu/GrTextContext.h |
diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
index 476093f159709f88c7a49460cfaf5496e0a307c8..aeb599114b6d0f5415c01e0c3ddf13f1c955aff6 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 BitmapTextBatch; |
+ friend class TextBatch; |
}; |
#endif |