aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGpu.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-01 08:19:46 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-01 08:19:46 -0700
commitdac7005b877c7c1c6f36b6e298133dfc7b85b9c0 (patch)
treeaa34b906fe7b94cef46d1a121f04cc9728328ec5 /src/gpu/gl/GrGLGpu.h
parentaeb77eaff8549704bd27e0f47ad43267350ff067 (diff)
Remove GrGpuTraceMarker hooks until we rethink the design
TBR=bsalomon@google.com BUG=526308 Review URL: https://codereview.chromium.org/1323823003
Diffstat (limited to 'src/gpu/gl/GrGLGpu.h')
-rw-r--r--src/gpu/gl/GrGLGpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
index f6d6a471e9..8a04467391 100644
--- a/src/gpu/gl/GrGLGpu.h
+++ b/src/gpu/gl/GrGLGpu.h
@@ -154,10 +154,6 @@ private:
void clearStencil(GrRenderTarget*) override;
- // GrDrawTarget overrides
- void didAddGpuTraceMarker() override;
- void didRemoveGpuTraceMarker() override;
-
// binds texture unit in GL
void setTextureUnit(int unitIdx);