Index: Source/platform/fonts/SimpleFontData.h |
diff --git a/Source/platform/fonts/SimpleFontData.h b/Source/platform/fonts/SimpleFontData.h |
index 178f36723e4abe229a9de0fb95b2cd6dc92aa42f..bd2201676d5786cd50c7adba9863d622fd8c0c47 100644 |
--- a/Source/platform/fonts/SimpleFontData.h |
+++ b/Source/platform/fonts/SimpleFontData.h |
@@ -39,7 +39,6 @@ |
#include "wtf/OwnPtr.h" |
#include "wtf/PassOwnPtr.h" |
#include "wtf/text/StringHash.h" |
-#include "wtf/UnusedParam.h" |
#if OS(MACOSX) |
#include "wtf/RetainPtr.h" |
@@ -170,12 +169,8 @@ public: |
bool canRenderCombiningCharacterSequence(const UChar*, size_t) const; |
#endif |
- bool applyTransforms(GlyphBufferGlyph* glyphs, GlyphBufferAdvance* advances, size_t glyphCount, TypesettingFeatures typesettingFeatures) const |
+ bool applyTransforms(GlyphBufferGlyph*, GlyphBufferAdvance*, size_t, TypesettingFeatures) const |
{ |
- UNUSED_PARAM(glyphs); |
- UNUSED_PARAM(advances); |
- UNUSED_PARAM(glyphCount); |
- UNUSED_PARAM(typesettingFeatures); |
return false; |
} |