Title: [93151] trunk/Source/WebCore
- Revision
- 93151
- Author
- [email protected]
- Date
- 2011-08-16 13:47:24 -0700 (Tue, 16 Aug 2011)
Log Message
Unreviewed Chromium Windows build fix after r93140. Take 2.
This just makes the troublesome enum public. If this
fixes the build I will file a follow-up bug to clean-up
these build issues and either keep the enum public and
cleanup other functions or restore the enum to private.
There is no harm in making the enum public right now.
* platform/graphics/FontCache.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (93150 => 93151)
--- trunk/Source/WebCore/ChangeLog 2011-08-16 20:44:51 UTC (rev 93150)
+++ trunk/Source/WebCore/ChangeLog 2011-08-16 20:47:24 UTC (rev 93151)
@@ -17,10 +17,22 @@
Unreviewed Chromium Windows build fix after r93140.
+ This just makes the troublesome enum public. If this
+ fixes the build I will file a follow-up bug to clean-up
+ these build issues and either keep the enum public and
+ cleanup other functions or restore the enum to private.
+ There is no harm in making the enum public right now.
+
* platform/graphics/FontCache.h:
2011-08-16 Joseph Pecoraro <[email protected]>
+ Unreviewed Chromium Windows build fix after r93140.
+
+ * platform/graphics/FontCache.h:
+
+2011-08-16 Joseph Pecoraro <[email protected]>
+
Unreviewed Windows and Chromium Windows build fix after r93140.
* platform/graphics/FontCache.h:
Modified: trunk/Source/WebCore/platform/graphics/FontCache.h (93150 => 93151)
--- trunk/Source/WebCore/platform/graphics/FontCache.h 2011-08-16 20:44:51 UTC (rev 93150)
+++ trunk/Source/WebCore/platform/graphics/FontCache.h 2011-08-16 20:47:24 UTC (rev 93151)
@@ -53,12 +53,12 @@
class FontCache {
friend class FontCachePurgePreventer;
- enum ShouldRetain { Retain, DoNotRetain };
-
WTF_MAKE_NONCOPYABLE(FontCache); WTF_MAKE_FAST_ALLOCATED;
public:
friend FontCache* fontCache();
+ enum ShouldRetain { Retain, DoNotRetain };
+
const FontData* getFontData(const Font&, int& familyIndex, FontSelector*);
void releaseFontData(const SimpleFontData*);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes