Index: public/web/linux/WebFontRendering.h |
diff --git a/public/web/linux/WebFontRendering.h b/public/web/linux/WebFontRendering.h |
index 34bc45cbead87783d00a9e5f29ed39c7b2859ef7..7aa6d2561d4adb892475cf4bae1ce94537f3aa38 100644 |
--- a/public/web/linux/WebFontRendering.h |
+++ b/public/web/linux/WebFontRendering.h |
@@ -49,6 +49,7 @@ public: |
BLINK_EXPORT static void setSubpixelPositioning(bool); |
BLINK_EXPORT static void setLCDOrder(SkFontHost::LCDOrder); |
BLINK_EXPORT static void setLCDOrientation(SkFontHost::LCDOrientation); |
+ BLINK_EXPORT static void setDefaultFontSize(int); |
}; |
} // namespace blink |