Title: [117011] trunk/Source/WebCore
Revision
117011
Author
bfulg...@webkit.org
Date
2012-05-14 16:19:09 -0700 (Mon, 14 May 2012)

Log Message

[WinCairo] Unreviewed build correction.

* platform/win/DragImageCairoWin.cpp: Add missing include for
new NativeImageCairo.h type.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (117010 => 117011)


--- trunk/Source/WebCore/ChangeLog	2012-05-14 23:19:04 UTC (rev 117010)
+++ trunk/Source/WebCore/ChangeLog	2012-05-14 23:19:09 UTC (rev 117011)
@@ -1,3 +1,10 @@
+2012-05-14  Brent Fulgham  <bfulg...@webkit.org>
+
+        [WinCairo] Unreviewed build correction.
+
+        * platform/win/DragImageCairoWin.cpp: Add missing include for
+        new NativeImageCairo.h type.
+
 2012-05-14  Takashi Sakamoto  <ta...@google.com>
 
         Crash in WebCore::RenderObject::repaint

Modified: trunk/Source/WebCore/platform/win/DragImageCairoWin.cpp (117010 => 117011)


--- trunk/Source/WebCore/platform/win/DragImageCairoWin.cpp	2012-05-14 23:19:04 UTC (rev 117010)
+++ trunk/Source/WebCore/platform/win/DragImageCairoWin.cpp	2012-05-14 23:19:09 UTC (rev 117011)
@@ -31,6 +31,7 @@
 #include "GraphicsContext.h"
 #include "GraphicsContextPlatformPrivateCairo.h"
 #include "Image.h"
+#include "NativeImageCairo.h"
 #include <wtf/RetainPtr.h>
 #include <cairo-win32.h>
 #include <windows.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to