aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-10-28 08:37:44 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-28 08:37:44 -0700
commit100b8f8c079510a6b7572f9ed8058c1d4a2bfeba (patch)
treeb18472cdce2080a6d2a781f0906d6d570b977b19 /src/core
parent018fb62d12d1febf121fe265da5b6117b86a6541 (diff)
Remove min texture size support
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkImageCacherator.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/SkImageCacherator.cpp b/src/core/SkImageCacherator.cpp
index 71afc0e68a..bf9bea0af4 100644
--- a/src/core/SkImageCacherator.cpp
+++ b/src/core/SkImageCacherator.cpp
@@ -287,8 +287,6 @@ public:
}
protected:
- GrTexture* peekOriginalTexture() override { return nullptr; }
-
// TODO: consider overriding this, for the case where the underlying generator might be
// able to efficiently produce a "stretched" texture natively (e.g. picture-backed)
// GrTexture* generateTextureForParams(GrContext*, const SkGrStretch&) override;
@@ -309,10 +307,6 @@ protected:
}
}
- bool getROBitmap(SkBitmap* bitmap) override {
- return fCacher->lockAsBitmap(bitmap, fClient);
- }
-
private:
SkImageCacherator* fCacher;
const SkImage* fClient;