aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContextOptions.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-10-28 08:37:44 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-28 08:37:44 -0700
commit100b8f8c079510a6b7572f9ed8058c1d4a2bfeba (patch)
treeb18472cdce2080a6d2a781f0906d6d570b977b19 /include/gpu/GrContextOptions.h
parent018fb62d12d1febf121fe265da5b6117b86a6541 (diff)
Remove min texture size support
Diffstat (limited to 'include/gpu/GrContextOptions.h')
-rw-r--r--include/gpu/GrContextOptions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
index 6b93927af7..4b70105559 100644
--- a/include/gpu/GrContextOptions.h
+++ b/include/gpu/GrContextOptions.h
@@ -15,7 +15,6 @@ struct GrContextOptions {
: fDrawPathToCompressedTexture(false)
, fSuppressPrints(false)
, fMaxTextureSizeOverride(SK_MaxS32)
- , fMinTextureSizeOverride(0)
, fSuppressDualSourceBlending(false)
, fGeometryBufferMapThreshold(-1)
, fUseDrawInsteadOfPartialRenderTargetWrite(false)
@@ -34,7 +33,6 @@ struct GrContextOptions {
detected values. */
int fMaxTextureSizeOverride;
- int fMinTextureSizeOverride;
bool fSuppressDualSourceBlending;
/** the threshold in bytes above which we will use a buffer mapping API to map vertex and index