aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTypeface_remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkTypeface_remote.h')
-rw-r--r--src/core/SkTypeface_remote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/SkTypeface_remote.h b/src/core/SkTypeface_remote.h
index f7326ccf7d..47a68fd08d 100644
--- a/src/core/SkTypeface_remote.h
+++ b/src/core/SkTypeface_remote.h
@@ -123,7 +123,8 @@ protected:
return 0;
}
int onCountGlyphs() const override {
- return this->glyphCount();
+ SK_ABORT("Should never be called.");
+ return 0;
}
void* onGetCTFontRef() const override {