Index: src/gpu/GrBufferedDrawTarget.h |
diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h |
index 9e25f5dfa467edc31188e6059d99f6ab18943b72..cc5e0e33fe815ef6ec1a59a1a2712a4b26f1ada0 100644 |
--- a/src/gpu/GrBufferedDrawTarget.h |
+++ b/src/gpu/GrBufferedDrawTarget.h |
@@ -105,12 +105,6 @@ private: |
const SkIRect& srcRect, |
const SkIPoint& dstPoint) override; |
- // Records any trace markers for a command |
- void recordTraceMarkersIfNecessary(GrTargetCommands::Cmd*); |
- SkString getCmdString(int index) const { |
- SkASSERT(index < fGpuCmdMarkers.count()); |
- return fGpuCmdMarkers[index].toString(); |
- } |
bool isIssued(uint32_t drawID) override { return drawID != fDrawID; } |
StateForPathDraw* SK_WARN_UNUSED_RESULT createStateForPathDraw( |
@@ -130,7 +124,6 @@ private: |
static const int kPipelineBufferHighWaterMark = 100; |
SkAutoTDelete<GrCommandBuilder> fCommands; |
- SkTArray<GrTraceMarkerSet, false> fGpuCmdMarkers; |
SkChunkAlloc fPathIndexBuffer; |
SkChunkAlloc fPathTransformBuffer; |
SkChunkAlloc fPipelineBuffer; |