Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index b4b0daeed39f7b72a084e20f05743f877142375f..51f886ab06dd4f5ad0fbc7fdc56e630354efb13c 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -6,7 +6,6 @@ |
* found in the LICENSE file. |
*/ |
- |
#include "GrContext.h" |
#include "effects/GrConfigConversionEffect.h" |
@@ -444,7 +443,6 @@ GrTexture* GrContext::createNewScratchTexture(const GrTextureDesc& desc) { |
return NULL; |
} |
fResourceCache->addResource(texture->getScratchKey(), texture); |
- texture->fIsScratch = GrGpuResource::kYes_IsScratch; |
return texture; |
} |