aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text/GrGlyphCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/text/GrGlyphCache.h')
-rw-r--r--src/gpu/text/GrGlyphCache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/text/GrGlyphCache.h b/src/gpu/text/GrGlyphCache.h
index bbc199fac1..cff309501d 100644
--- a/src/gpu/text/GrGlyphCache.h
+++ b/src/gpu/text/GrGlyphCache.h
@@ -108,10 +108,9 @@ private:
*/
class GrGlyphCache {
public:
- GrGlyphCache();
+ GrGlyphCache(const GrCaps* caps, float maxTextureBytes);
~GrGlyphCache();
- void setGlyphSizeLimit(SkScalar sizeLimit) { fGlyphSizeLimit = sizeLimit; }
SkScalar getGlyphSizeLimit() const { return fGlyphSizeLimit; }
void setStrikeToPreserve(GrTextStrike* strike) { fPreserveStrike = strike; }