Index: src/gpu/GrBitmapTextContext.h |
diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h |
index d98a9f47f0b48270460d7af16f0da39aee32062f..a3d0eb2e8881de17b018295b742bf398301b2b5b 100644 |
--- a/src/gpu/GrBitmapTextContext.h |
+++ b/src/gpu/GrBitmapTextContext.h |
@@ -20,7 +20,7 @@ class GrBitmapTextContext : public GrTextContext { |
public: |
static GrBitmapTextContext* Create(GrContext*, const SkDeviceProperties&); |
- virtual ~GrBitmapTextContext(); |
+ virtual ~GrBitmapTextContext() {} |
private: |
GrTextStrike* fStrike; |
@@ -50,7 +50,6 @@ private: |
void appendGlyph(GrGlyph::PackedID, SkFixed left, SkFixed top, GrFontScaler*); |
void flush(); // automatically called by destructor |
void finish(); |
- |
}; |
#endif |