Title: [122202] trunk/Source/WebCore
- Revision
- 122202
- Author
- [email protected]
- Date
- 2012-07-10 00:43:17 -0700 (Tue, 10 Jul 2012)
Log Message
Unreviewed. Fix GTK+ build after r122175.
* platform/graphics/texmap/TextureMapperLayer.cpp: Include
CString.h when using cairo.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (122201 => 122202)
--- trunk/Source/WebCore/ChangeLog 2012-07-10 07:38:58 UTC (rev 122201)
+++ trunk/Source/WebCore/ChangeLog 2012-07-10 07:43:17 UTC (rev 122202)
@@ -1,3 +1,10 @@
+2012-07-10 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix GTK+ build after r122175.
+
+ * platform/graphics/texmap/TextureMapperLayer.cpp: Include
+ CString.h when using cairo.
+
2012-07-10 Yoshifumi Inoue <[email protected]>
[Chromium-Mac] Form related layout tests cause timeout
Modified: trunk/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp (122201 => 122202)
--- trunk/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp 2012-07-10 07:38:58 UTC (rev 122201)
+++ trunk/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp 2012-07-10 07:43:17 UTC (rev 122202)
@@ -31,6 +31,7 @@
#if USE(CAIRO)
#include "CairoUtilities.h"
+#include <wtf/text/CString.h>
#endif
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes