Index: src/gpu/GrTextContext.cpp |
diff --git a/src/gpu/GrTextContext.cpp b/src/gpu/GrTextContext.cpp |
index 77e98d2fd5fa30263707f34cf749f4099ba163d7..9e9162878dff4e92a0054a3432d40d20fb697afe 100644 |
--- a/src/gpu/GrTextContext.cpp |
+++ b/src/gpu/GrTextContext.cpp |
@@ -8,8 +8,7 @@ |
#include "GrTextContext.h" |
-GrTextContext::GrTextContext(GrContext* context, const GrPaint& paint, |
- const SkPaint& skPaint) : fPaint(paint), fSkPaint(skPaint) { |
+GrTextContext::GrTextContext(GrContext* context, const GrPaint& paint) : fPaint(paint) { |
fContext = context; |
const GrClipData* clipData = context->getClip(); |