Index: include/gpu/GrCaps.h |
diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h |
index 3a6d27ba6647214fe2c565f31aa4f8e9f7ddf842..f44231e8b49006a20d2a3282733cc0293dcebdf7 100644 |
--- a/include/gpu/GrCaps.h |
+++ b/include/gpu/GrCaps.h |
@@ -118,11 +118,7 @@ public: |
bool twoSidedStencilSupport() const { return fTwoSidedStencilSupport; } |
bool stencilWrapOpsSupport() const { return fStencilWrapOpsSupport; } |
bool discardRenderTargetSupport() const { return fDiscardRenderTargetSupport; } |
-#if GR_FORCE_GPU_TRACE_DEBUGGING |
- bool gpuTracingSupport() const { return true; } |
-#else |
bool gpuTracingSupport() const { return fGpuTracingSupport; } |
-#endif |
bool compressedTexSubImageSupport() const { return fCompressedTexSubImageSupport; } |
bool oversizedStencilSupport() const { return fOversizedStencilSupport; } |
bool textureBarrierSupport() const { return fTextureBarrierSupport; } |