aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLCaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLCaps.cpp')
-rw-r--r--src/gpu/gl/GrGLCaps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
index a2bad9aec9..6065c6d3d0 100644
--- a/src/gpu/gl/GrGLCaps.cpp
+++ b/src/gpu/gl/GrGLCaps.cpp
@@ -313,7 +313,7 @@ void GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
fDstReadInShaderSupport = kNone_FBFetchType != fFBFetchType;
#ifdef SK_BUILD_FOR_ANDROID
- fReuseScratchTextures = true;
+ fReuseScratchTextures = false;
#else
fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor();
#endif