aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrInOrderCommandBuilder.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-18 13:28:19 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-18 13:28:20 -0700
commita44919ea27acd9808a7581362018484355c0f026 (patch)
tree2a38bbd1fd2a26b007d53a66329e7097114d192b /src/gpu/GrInOrderCommandBuilder.h
parentb32758a72fa582a5e40623ffe145727820343909 (diff)
Path stenciling in GrBatch
Diffstat (limited to 'src/gpu/GrInOrderCommandBuilder.h')
-rw-r--r--src/gpu/GrInOrderCommandBuilder.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrInOrderCommandBuilder.h b/src/gpu/GrInOrderCommandBuilder.h
index 4d031202cb..9768218608 100644
--- a/src/gpu/GrInOrderCommandBuilder.h
+++ b/src/gpu/GrInOrderCommandBuilder.h
@@ -18,11 +18,6 @@ public:
GrInOrderCommandBuilder() : INHERITED() { }
Cmd* recordDrawBatch(GrBatch*, const GrCaps&) override;
- Cmd* recordStencilPath(const GrPipelineBuilder&,
- const GrPathProcessor*,
- const GrPath*,
- const GrScissorState&,
- const GrStencilSettings&) override;
Cmd* recordDrawPath(State*,
const GrPathProcessor*,
const GrPath*,