aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text/GrTextContext.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-02-11 12:00:33 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-11 12:00:33 -0800
commit27004b7e653a38570d3fd1621ed0107e5443b31a (patch)
tree7caf6bccabc7d075ea26e6304491f6efaad93dda /src/gpu/text/GrTextContext.cpp
parent7ea5e28065e5eb797e95f5d81c1a65cf3209d741 (diff)
Remove GrContext* from GrTextContext
Diffstat (limited to 'src/gpu/text/GrTextContext.cpp')
-rw-r--r--src/gpu/text/GrTextContext.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/text/GrTextContext.cpp b/src/gpu/text/GrTextContext.cpp
index 7885c5a578..1e2d290e90 100644
--- a/src/gpu/text/GrTextContext.cpp
+++ b/src/gpu/text/GrTextContext.cpp
@@ -10,10 +10,6 @@
#include "SkGlyphCache.h"
-GrTextContext::GrTextContext(GrContext* context)
- : fContext(context) {
-}
-
bool GrTextContext::ShouldDisableLCD(const SkPaint& paint) {
if (!SkXfermode::AsMode(paint.getXfermode(), nullptr) ||
paint.getMaskFilter() ||