| Index: src/gpu/GrCaps.cpp
|
| diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp
|
| index e40057686c52323b76ba36a759ff4539c78370a5..1bcdb203832ed3875e86eb924682a5570df24c99 100644
|
| --- a/src/gpu/GrCaps.cpp
|
| +++ b/src/gpu/GrCaps.cpp
|
| @@ -102,9 +102,9 @@ GrCaps::GrCaps(const GrContextOptions& options) {
|
|
|
| fMapBufferFlags = kNone_MapFlags;
|
|
|
| - fMaxRenderTargetSize = 0;
|
| - fMaxTextureSize = 0;
|
| - fMinTextureSize = 0;
|
| + fMaxRenderTargetSize = 1;
|
| + fMaxTextureSize = 1;
|
| + fMinTextureSize = 1;
|
| fMaxSampleCount = 0;
|
|
|
| memset(fConfigRenderSupport, 0, sizeof(fConfigRenderSupport));
|
|
|