X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fplatform%2Fwin%2FUniscribeController.h;h=1fe0439cde489f5020f9a2766a4110e84c3aeff9;hp=4ba7325b99ad2a900e61fc818418fcae8b3833cc;hb=98945d4cd9609dfce1f10bf4162e429447720311;hpb=aa8ce48e66ae95ae82e12d1122ceeca7b4e7a508 diff --git a/WebCore/platform/win/UniscribeController.h b/WebCore/platform/win/UniscribeController.h index 4ba7325..1fe0439 100644 --- a/WebCore/platform/win/UniscribeController.h +++ b/WebCore/platform/win/UniscribeController.h @@ -52,8 +52,8 @@ public: private: void resetControlAndState(); - void itemizeShapeAndPlace(const UChar*, unsigned length, bool smallCaps, GlyphBuffer* glyphBuffer); - bool shapeAndPlaceItem(const UChar*, unsigned index, bool smallCaps, GlyphBuffer*); + void itemizeShapeAndPlace(const UChar*, unsigned length, const FontData*, GlyphBuffer*); + bool shapeAndPlaceItem(const UChar*, unsigned index, const FontData*, GlyphBuffer*); bool shape(const UChar* str, int len, SCRIPT_ITEM item, const FontData* fontData, Vector& glyphs, Vector& clusters, Vector& visualAttributes);