aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.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/GrDrawTarget.h
parentb32758a72fa582a5e40623ffe145727820343909 (diff)
Path stenciling in GrBatch
Diffstat (limited to 'src/gpu/GrDrawTarget.h')
-rw-r--r--src/gpu/GrDrawTarget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index 54531d2885..6ab34ab75a 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -243,11 +243,6 @@ private:
virtual void onFlush() = 0;
- virtual void onStencilPath(const GrPipelineBuilder&,
- const GrPathProcessor*,
- const GrPath*,
- const GrScissorState&,
- const GrStencilSettings&) = 0;
virtual void onDrawPath(const GrPathProcessor*,
const GrPath*,
const GrStencilSettings&,