aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilAndCoverTextContext.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-06-18 05:27:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-18 05:27:18 -0700
commitbcd7ab5c0d0e5c3432a9aaeb44f1b703fea94282 (patch)
tree56e2d6b486f4d93ab21ac485750b85aca643a64c /src/gpu/GrStencilAndCoverTextContext.h
parent00b621cfc0dac2a0028757a974de33a78bb8579d (diff)
Add useDFT field to SkDeviceProperties
Diffstat (limited to 'src/gpu/GrStencilAndCoverTextContext.h')
-rw-r--r--src/gpu/GrStencilAndCoverTextContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h
index 920f2d7f42..f5795d0841 100644
--- a/src/gpu/GrStencilAndCoverTextContext.h
+++ b/src/gpu/GrStencilAndCoverTextContext.h
@@ -24,7 +24,7 @@ class GrPathRange;
class GrStencilAndCoverTextContext : public GrTextContext {
public:
static GrStencilAndCoverTextContext* Create(GrContext*, GrDrawContext*,
- const SkDeviceProperties&, bool fallbackUsesDFT);
+ const SkDeviceProperties&);
virtual ~GrStencilAndCoverTextContext();