aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrCaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrCaps.cpp')
-rw-r--r--src/gpu/GrCaps.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/GrCaps.cpp b/src/gpu/GrCaps.cpp
index 598cb0a3e7..da32ebfbd9 100644
--- a/src/gpu/GrCaps.cpp
+++ b/src/gpu/GrCaps.cpp
@@ -218,11 +218,3 @@ void GrCaps::dumpJSON(SkJSONWriter* writer) const {
writer->endObject();
}
-bool GrCaps::validateBackendTexture(GrBackendTexture* tex, SkColorType ct) const {
- if (!this->onValidateBackendTexture(tex, ct)) {
- return false;
- }
- return this->isConfigTexturable(tex->fConfig);
-}
-
-