aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBufferedDrawTarget.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-12 08:11:22 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-12 08:11:22 -0700
commit69a9689acef172afc52c9a191f14ba2893c19da8 (patch)
tree399b29b136e25189957791d7e4d5f4afa84d2fa7 /src/gpu/GrBufferedDrawTarget.h
parentd0375bc4607f9d3f2ec427771e90ec7d284c174d (diff)
Remove trace marker support from GrBufferedDrawTarget
Diffstat (limited to 'src/gpu/GrBufferedDrawTarget.h')
-rw-r--r--src/gpu/GrBufferedDrawTarget.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpu/GrBufferedDrawTarget.h b/src/gpu/GrBufferedDrawTarget.h
index 9e25f5dfa4..cc5e0e33fe 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;