X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Ffonts%2Flinux%2FFontPlatformDataLinux.cpp;h=a4eb172f083353e774a98cd955d0186f0c82ba29;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=0191a3d007183f7eec2ff0a145015dfba6a04b0a;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp b/src/third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp index 0191a3d..a4eb172 100644 --- a/src/third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp +++ b/src/third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp @@ -72,8 +72,7 @@ void FontPlatformData::setSubpixelRendering(bool useSubpixelRendering) useSkiaSubpixelRendering = useSubpixelRendering; } -void FontPlatformData::setupPaint(SkPaint* paint, GraphicsContext* context) - const +void FontPlatformData::setupPaint(SkPaint* paint, GraphicsContext* context, const Font*) const { paint->setAntiAlias(m_style.useAntiAlias); paint->setHinting(static_cast(m_style.hintStyle));