| Index: src/gpu/GrTest.cpp
|
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp
|
| index 449a76300af7d103e854272b269507c676d5afc3..7416ccf14ceb6014df3733962c46fa1269a9dd1b 100644
|
| --- a/src/gpu/GrTest.cpp
|
| +++ b/src/gpu/GrTest.cpp
|
| @@ -201,19 +201,6 @@ private:
|
|
|
| void onDraw(const DrawArgs&, const GrNonInstancedVertices&) override {}
|
|
|
| - void onStencilPath(const GrPath* path, const StencilPathState& state) override {}
|
| -
|
| - void onDrawPath(const DrawArgs&, const GrPath*, const GrStencilSettings&) override {}
|
| -
|
| - void onDrawPaths(const DrawArgs&,
|
| - const GrPathRange*,
|
| - const void* indices,
|
| - GrDrawTarget::PathIndexType,
|
| - const float transformValues[],
|
| - GrDrawTarget::PathTransformType,
|
| - int count,
|
| - const GrStencilSettings&) override {}
|
| -
|
| bool onReadPixels(GrRenderTarget* target,
|
| int left, int top, int width, int height,
|
| GrPixelConfig,
|
|
|