aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrCaps.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2018-01-29 14:24:19 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-29 19:46:31 +0000
commit7f1a074600610aead91d8b5e85a5dd45370e11ea (patch)
tree866a7e547b1d65ab0e2d759ddf14a1d8b94b32b3 /include/gpu/GrCaps.h
parent488fbd13a6a241f2b74f6fa770ae3497af33dbce (diff)
Remove some unused sample count caps
Change-Id: I4acb620b4b7b4c5bd83d7c7d65808ca8ebbd6804 Reviewed-on: https://skia-review.googlesource.com/101360 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'include/gpu/GrCaps.h')
-rw-r--r--include/gpu/GrCaps.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrCaps.h b/include/gpu/GrCaps.h
index 593f32ab87..f4d6e06280 100644
--- a/include/gpu/GrCaps.h
+++ b/include/gpu/GrCaps.h
@@ -241,8 +241,6 @@ protected:
int fMaxVertexAttributes;
int fMaxTextureSize;
int fMaxTileSize;
- int fMaxColorSampleCount;
- int fMaxStencilSampleCount;
int fMaxRasterSamples;
int fMaxWindowRectangles;
int fMaxClipAnalyticFPs;