aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar egdaniel <egdaniel@google.com>2014-11-05 14:21:33 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-05 14:21:33 -0800
commitd5cd4ee5b81b51e43be7ed13f3c0f0f6c1b3fe14 (patch)
treea1159afd9cb56c1e8480f569712d1bac50c61ca5 /include
parentfdcf2c0863cdd5779bd6203d45b77d2daf21f159 (diff)
Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #2 id:20001 of https://codereview.chromium.org/704563003/)
Reason for revert: Timing out on nvpr when drawing conics. Fix will take some thought so reverting for now. Original issue's description: > Turn on NVPR 4x MSAA by default when supported in DM and nanobench. > > This brings DM and nanobench's default configs in line with GM's. > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/31f88675718966bbb7f09718b40de10c7e214739 TBR=bsalomon@google.com,mtklein@google.com,mtklein@chromium.org NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/693933004
Diffstat (limited to 'include')
-rw-r--r--include/gpu/gl/GrGLFunctions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/gl/GrGLFunctions.h b/include/gpu/gl/GrGLFunctions.h
index 0b7beb601f..dd62085012 100644
--- a/include/gpu/gl/GrGLFunctions.h
+++ b/include/gpu/gl/GrGLFunctions.h
@@ -22,7 +22,6 @@ enum GrGLStandard {
kGL_GrGLStandard,
kGLES_GrGLStandard,
};
-static const int kGrGLStandardCnt = 3;
///////////////////////////////////////////////////////////////////////////////