2011-04-21 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by Dirk Schulze.
Centralize typedef unsigned short Glyph in Glyph.h
https://bugs.webkit.org/show_bug.cgi?id=59087
* GNUmakefile.list.am: Add Glyph.h to build.
* WebCore.gypi: Ditto.
* WebCore.vcproj/WebCore.vcproj: Ditto.
* WebCore.xcodeproj/project.pbxproj: Ditto.
* platform/graphics/Glyph.h: Added.
* platform/graphics/GlyphBuffer.h: Include Glyph.h instead of duplicating the Glyph typedef.
* platform/graphics/GlyphMetricsMap.h: Ditto.
* platform/graphics/GlyphPageTreeNode.h: Ditto.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@84489 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/GNUmakefile.list.am b/Source/WebCore/GNUmakefile.list.am
index fe93244..580e1f4 100644
--- a/Source/WebCore/GNUmakefile.list.am
+++ b/Source/WebCore/GNUmakefile.list.am
@@ -2424,6 +2424,7 @@
Source/WebCore/platform/graphics/GeneratedImage.cpp \
Source/WebCore/platform/graphics/GeneratedImage.h \
Source/WebCore/platform/graphics/Generator.h \
+ Source/WebCore/platform/graphics/Glyph.h \
Source/WebCore/platform/graphics/GlyphBuffer.h \
Source/WebCore/platform/graphics/GlyphMetricsMap.h \
Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp \