Cleanup after removal of IORefs from GrSurface
The removal of IORefs from GrSurface makes a lot of other cruft obsolete.
Change-Id: I0e02d680a17dc4f4ec705cb6ee4c294738271e28
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/239919
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/ccpr/GrCCAtlas.cpp b/src/gpu/ccpr/GrCCAtlas.cpp
index 5db2f2f..92fca8e 100644
--- a/src/gpu/ccpr/GrCCAtlas.cpp
+++ b/src/gpu/ccpr/GrCCAtlas.cpp
@@ -123,7 +123,7 @@
desc.fConfig = pixelConfig;
fBackingTexture = resourceProvider->createTexture(
desc, format, GrRenderable::kYes, sampleCount, SkBudgeted::kYes,
- GrProtected::kNo, GrResourceProvider::Flags::kNoPendingIO);
+ GrProtected::kNo);
}
return fBackingTexture;
},