Index: src/gpu/text/GrTextContext.cpp |
diff --git a/src/gpu/text/GrTextContext.cpp b/src/gpu/text/GrTextContext.cpp |
index 7f5ad55b091e62db87e8d690d03e0dfa30b91127..7885c5a578f8444ec39df769239d87ebbadc6f2c 100644 |
--- a/src/gpu/text/GrTextContext.cpp |
+++ b/src/gpu/text/GrTextContext.cpp |
@@ -10,9 +10,8 @@ |
#include "SkGlyphCache.h" |
-GrTextContext::GrTextContext(GrContext* context, const SkSurfaceProps& surfaceProps) |
- : fContext(context) |
- , fSurfaceProps(surfaceProps) { |
+GrTextContext::GrTextContext(GrContext* context) |
+ : fContext(context) { |
} |
bool GrTextContext::ShouldDisableLCD(const SkPaint& paint) { |