| Index: include/gpu/GrContextOptions.h
|
| diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h
|
| index 6b93927af7dd8d804fe6b1dbb4c12a317b800167..4b70105559fa1a9dcdadfae486be4497d7eed6ed 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
|
|
|