aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ops/GrDrawAtlasOp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/ops/GrDrawAtlasOp.h')
-rw-r--r--src/gpu/ops/GrDrawAtlasOp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/ops/GrDrawAtlasOp.h b/src/gpu/ops/GrDrawAtlasOp.h
index 60158e0c6a..8251386eab 100644
--- a/src/gpu/ops/GrDrawAtlasOp.h
+++ b/src/gpu/ops/GrDrawAtlasOp.h
@@ -57,7 +57,6 @@ private:
const SkMatrix& viewMatrix() const { return fViewMatrix; }
bool hasColors() const { return fHasColors; }
int quadCount() const { return fQuadCount; }
- bool coverageIgnored() const { return fCoverageIgnored; }
bool onCombineIfPossible(GrOp* t, const GrCaps&) override;
@@ -72,7 +71,6 @@ private:
GrColor fColor;
int fQuadCount;
bool fColorIgnored;
- bool fCoverageIgnored;
bool fHasColors;
typedef GrMeshDrawOp INHERITED;