| Index: src/gpu/GrDrawTarget.h
|
| diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
|
| index 0c03e34041c1d2f654e4b6a2b37c9e35fbb48b8a..3894ca914983e85dcbd6015a671f69e9ceedd767 100644
|
| --- a/src/gpu/GrDrawTarget.h
|
| +++ b/src/gpu/GrDrawTarget.h
|
| @@ -549,11 +549,6 @@ public:
|
| const GrDeviceCoordTexture* dstCopy) {
|
| this->onDrawPaths(pathRange, indices, count, transforms, transformsType, fill, dstCopy);
|
| }
|
| -
|
| - inline bool isGpuTracingEnabled() const {
|
| - return this->getContext()->isGpuTracingEnabled();
|
| - }
|
| -
|
| ////////////////////////////////////////////////////////////////////////////
|
|
|
| /**
|
|
|