From 27004b7e653a38570d3fd1621ed0107e5443b31a Mon Sep 17 00:00:00 2001 From: joshualitt Date: Thu, 11 Feb 2016 12:00:33 -0800 Subject: Remove GrContext* from GrTextContext BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1686143003 Review URL: https://codereview.chromium.org/1686143003 --- src/gpu/text/GrTextContext.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gpu/text/GrTextContext.cpp') 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() || -- cgit v1.2.3