Title: [111344] trunk/Source/WebCore
- Revision
- 111344
- Author
- [email protected]
- Date
- 2012-03-19 20:48:20 -0700 (Mon, 19 Mar 2012)
Log Message
Fix CrWin build after r111258.
https://bugs.webkit.org/show_bug.cgi?id=81281
Unreviewed build fix.
* platform/graphics/chromium/FontCacheChromiumWin.cpp:
* platform/graphics/chromium/FontPlatformDataChromiumWin.cpp:
* platform/graphics/texmap/TextureMapperAnimation.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (111343 => 111344)
--- trunk/Source/WebCore/ChangeLog 2012-03-20 03:46:26 UTC (rev 111343)
+++ trunk/Source/WebCore/ChangeLog 2012-03-20 03:48:20 UTC (rev 111344)
@@ -1,3 +1,14 @@
+2012-03-19 Eric Seidel <[email protected]>
+
+ Fix CrWin build after r111258.
+ https://bugs.webkit.org/show_bug.cgi?id=81281
+
+ Unreviewed build fix.
+
+ * platform/graphics/chromium/FontCacheChromiumWin.cpp:
+ * platform/graphics/chromium/FontPlatformDataChromiumWin.cpp:
+ * platform/graphics/texmap/TextureMapperAnimation.h:
+
2012-03-19 Tony Chang <[email protected]>
add css parsing of flex-line-pack
Modified: trunk/Source/WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp (111343 => 111344)
--- trunk/Source/WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp 2012-03-20 03:46:26 UTC (rev 111343)
+++ trunk/Source/WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp 2012-03-20 03:48:20 UTC (rev 111344)
@@ -34,12 +34,12 @@
#include "Font.h"
#include "FontUtilsChromiumWin.h"
-#include "HashMap.h"
-#include "HashSet.h"
#include "HWndDC.h"
#include "PlatformSupport.h"
#include "SimpleFontData.h"
#include <unicode/uniset.h>
+#include <wtf/HashMap.h>
+#include <wtf/HashSet.h>
#include <wtf/text/StringHash.h>
#include <windows.h>
Modified: trunk/Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp (111343 => 111344)
--- trunk/Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp 2012-03-20 03:46:26 UTC (rev 111343)
+++ trunk/Source/WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp 2012-03-20 03:48:20 UTC (rev 111344)
@@ -40,7 +40,7 @@
#include "PlatformSupport.h"
#include "SkTypeface_win.h"
#include "SkiaFontWin.h"
-#include "StdLibExtras.h"
+#include <wtf/StdLibExtras.h>
namespace WebCore {
Modified: trunk/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h (111343 => 111344)
--- trunk/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h 2012-03-20 03:46:26 UTC (rev 111343)
+++ trunk/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h 2012-03-20 03:48:20 UTC (rev 111344)
@@ -21,8 +21,8 @@
#define TextureMapperAnimation_h
#include "GraphicsLayer.h"
-#include "HashMap.h"
#include "TransformationMatrix.h"
+#include <wtf/HashMap.h>
#include <wtf/text/StringHash.h>
#if USE(TEXTURE_MAPPER)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes