aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrInOrderDrawBuffer.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2014-11-07 14:11:45 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-07 14:11:45 -0800
commit4b68ec08c69ee9f17e13fce2094bb04b12b54856 (patch)
tree5ce8282106955f5b4741b4a5f5dc4fe1a3196be2 /src/gpu/GrInOrderDrawBuffer.h
parent2b07443a58a087d1639d0ccad98a3521bf16a2be (diff)
simple cl to cleanup friends in GrGpu
Diffstat (limited to 'src/gpu/GrInOrderDrawBuffer.h')
-rw-r--r--src/gpu/GrInOrderDrawBuffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/GrInOrderDrawBuffer.h b/src/gpu/GrInOrderDrawBuffer.h
index 61bd51331b..ed62a93247 100644
--- a/src/gpu/GrInOrderDrawBuffer.h
+++ b/src/gpu/GrInOrderDrawBuffer.h
@@ -283,9 +283,6 @@ private:
virtual void willReserveVertexAndIndexSpace(int vertexCount,
int indexCount) SK_OVERRIDE;
- virtual void didAddGpuTraceMarker() SK_OVERRIDE {}
- virtual void didRemoveGpuTraceMarker() SK_OVERRIDE {}
-
// Attempts to concat instances from info onto the previous draw. info must represent an
// instanced draw. The caller must have already recorded a new draw state and clip if necessary.
int concatInstancedDraw(const DrawInfo& info, const GrClipMaskManager::ScissorState&);