aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2016-04-27 13:37:23 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-27 13:37:23 -0700
commit48d6f88479e72efaf9b9d8f9c0769acb1ba773db (patch)
treef18ff1170d5b1ded3c666cd550f58b9a803f026a /src/gpu/gl
parent2f1c42e8448bbbadeb3df1c626faa90aa33f8907 (diff)
Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.
The Release_Developer build type is now used to build Skia with release level optimizations but still enable SK_DEBUG. This in turn means that SkASSERTS and SkRTConf are available in this mode. Further we can then remove SK_DEVELOPER as a define as it is true iff SK_DEBUG is true. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1927583002 DOCS_PREVIEW= https://skia.org/?cl=1927583002 Review-Url: https://codereview.chromium.org/1927583002
Diffstat (limited to 'src/gpu/gl')
-rw-r--r--src/gpu/gl/GrGLGpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
index c6f0f2205f..b6bc7baee7 100644
--- a/src/gpu/gl/GrGLGpu.h
+++ b/src/gpu/gl/GrGLGpu.h
@@ -28,7 +28,7 @@ class GrPipeline;
class GrNonInstancedMesh;
class GrSwizzle;
-#ifdef SK_DEVELOPER
+#ifdef SK_DEBUG
#define PROGRAM_CACHE_STATS
#endif