aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrImageIDTextureAdjuster.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-08-17 11:12:33 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-17 11:12:33 -0700
commit2d5b7147032e3806b5895667a899440119707c2d (patch)
tree001be10772ac20d1f28861776cbf81aa2ce6fcc5 /src/gpu/GrImageIDTextureAdjuster.h
parent4f81caf16995679adc05131823e209bf12844d3c (diff)
pin as texture api
Diffstat (limited to 'src/gpu/GrImageIDTextureAdjuster.h')
-rw-r--r--src/gpu/GrImageIDTextureAdjuster.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrImageIDTextureAdjuster.h b/src/gpu/GrImageIDTextureAdjuster.h
index 327bf8fb5e..25b866bbc0 100644
--- a/src/gpu/GrImageIDTextureAdjuster.h
+++ b/src/gpu/GrImageIDTextureAdjuster.h
@@ -15,11 +15,6 @@ class SkBitmap;
class SkImage_Base;
class SkImageCacherator;
-class GrImageTextureAdjuster : public GrTextureAdjuster {
-public:
- explicit GrImageTextureAdjuster(const SkImage_Base* img);
-};
-
/** This class manages the conversion of SW-backed bitmaps to GrTextures. If the input bitmap is
non-volatile the texture is cached using a key created from the pixels' image id and the
subset of the pixelref specified by the bitmap. */