Index: src/gpu/GrLayerAtlas.cpp |
diff --git a/src/gpu/GrLayerAtlas.cpp b/src/gpu/GrLayerAtlas.cpp |
index 9beb509f86ebe0e3f51a68de36ce30e10376ab7f..600bc0c83d58127e9d93c83082b000ff0483a870 100644 |
--- a/src/gpu/GrLayerAtlas.cpp |
+++ b/src/gpu/GrLayerAtlas.cpp |
@@ -69,6 +69,9 @@ void GrLayerAtlas::createBackingTexture() { |
fTexture.reset(fTexProvider->createTexture(desc, true, nullptr, 0)); |
fTexture->resourcePriv().setUniqueKey(get_layer_atlas_key()); |
+ |
+ // This was written to but will have a unique key |
+ fTexture->fException2 = true; |
} |
GrLayerAtlas::GrLayerAtlas(GrTextureProvider* texProvider, GrPixelConfig config, |