From 0c71a938bf93014d65da79a51825ee2d7941bd12 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 2 Jun 2011 19:03:22 +0100 Subject: Merge WebKit at r82507: Stub out FontPlatformData::setOrientation() See http://trac.webkit.org/changeset/80582 and http://trac.webkit.org/changeset/80589 Change-Id: I77941a880d7bb8347efcf6969a378ed941fce0e6 --- Source/WebCore/platform/graphics/android/FontPlatformData.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/WebCore/platform/graphics') diff --git a/Source/WebCore/platform/graphics/android/FontPlatformData.h b/Source/WebCore/platform/graphics/android/FontPlatformData.h index 498db47..3313aca 100644 --- a/Source/WebCore/platform/graphics/android/FontPlatformData.h +++ b/Source/WebCore/platform/graphics/android/FontPlatformData.h @@ -65,6 +65,7 @@ public: } FontOrientation orientation() const { return Horizontal; } // FIXME: Implement. + void setOrientation(FontOrientation) { } // FIXME: Implement. FontPlatformData& operator=(const FontPlatformData&); bool operator==(const FontPlatformData& a) const; -- cgit v1.1