Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / linux / WebFontRendering.h
index 27ff94f..7aa6d25 100644 (file)
@@ -35,7 +35,7 @@
 #include <SkFontHost.h>
 #include <SkPaint.h>
 
-namespace WebKit {
+namespace blink {
 
 class WebFontRendering {
 public:
@@ -49,8 +49,9 @@ 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 WebKit
+} // namespace blink
 
 #endif