Chromium Code Reviews| Index: include/gpu/GrConfig.h |
| diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h |
| index ffacb93911586d5f8d7f89851f932b2e83c3379e..26667b1c7e2fdd8fd775ae89f51acbf6eeb72e87 100644 |
| --- a/include/gpu/GrConfig.h |
| +++ b/include/gpu/GrConfig.h |
| @@ -185,12 +185,4 @@ typedef unsigned __int64 uint64_t; |
| #endif |
| #endif |
| -/** |
| - * GR_FORCE_GPU_TRACE_DEBUGGING will force gpu tracing/debug markers to be turned on. The trace |
| - * markers will be printed out instead of making the backend calls to push and pop them. |
| - */ |
| -#if !defined(GR_FORCE_GPU_TRACE_DEBUGGING) |
|
egdaniel
2016/01/08 17:00:39
this is also in GrCaps
|
| - #define GR_FORCE_GPU_TRACE_DEBUGGING 0 |
| -#endif |
| - |
| #endif |