diff options
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrContext.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index 362d11146a..39f5be728f 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -921,11 +921,6 @@ public: // Called by tests that draw directly to the context via GrDrawTarget void getTestTarget(GrTestTarget*); - // Functions for managing gpu trace markers - bool isGpuTracingEnabled() const { return fGpuTracingEnabled; } - void enableGpuTracing() { fGpuTracingEnabled = true; } - void disableGpuTracing() { fGpuTracingEnabled = false; } - void addGpuTraceMarker(const GrGpuTraceMarker* marker); void removeGpuTraceMarker(const GrGpuTraceMarker* marker); @@ -992,8 +987,6 @@ private: int fMaxTextureSizeOverride; - bool fGpuTracingEnabled; - GrContext(); // init must be called after the constructor. bool init(GrBackend, GrBackendContext); |