Index: src/gpu/GrTextContext.h |
diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h |
index 95344dd39fbea0ee3e7c4095c828ae0c88bc1f63..209c9964345e0af06f0be123ab74f5f2d373b4ae 100644 |
--- a/src/gpu/GrTextContext.h |
+++ b/src/gpu/GrTextContext.h |
@@ -57,8 +57,8 @@ protected: |
void finish() { fDrawTarget = NULL; } |
static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache); |
- static void MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, |
- const char text[], size_t byteLength, SkVector* stopVector); |
+ static int MeasureText(SkGlyphCache* cache, SkDrawCacheProc glyphCacheProc, |
bsalomon
2014/10/22 13:22:55
comment on return value?
jvanverth1
2014/10/23 17:33:44
Done.
|
+ const char text[], size_t byteLength, SkVector* stopVector); |
}; |
#endif |