Index: include/gpu/GrContextOptions.h |
diff --git a/include/gpu/GrContextOptions.h b/include/gpu/GrContextOptions.h |
index d8d59fac3a89186a6705279f446ef5c2ca978271..231aa30a3ffdade30f83024bd8741e644e3d9f56 100644 |
--- a/include/gpu/GrContextOptions.h |
+++ b/include/gpu/GrContextOptions.h |
@@ -15,6 +15,7 @@ struct GrContextOptions { |
: fDrawPathToCompressedTexture(false) |
, fSuppressPrints(false) |
, fMaxTextureSizeOverride(SK_MaxS32) |
+ , fMinTextureSizeOverride(0) |
, fSuppressDualSourceBlending(false) |
, fGeometryBufferMapThreshold(1 << 15) {} |
@@ -31,6 +32,7 @@ struct GrContextOptions { |
detected values. */ |
int fMaxTextureSizeOverride; |
+ int fMinTextureSizeOverride; |
bool fSuppressDualSourceBlending; |
/** fGeometryBufferMapThreshold gives a threshold (in bytes) for when Gr should |