Title: [90678] trunk/Source/WebCore
Revision
90678
Author
[email protected]
Date
2011-07-09 03:55:19 -0700 (Sat, 09 Jul 2011)

Log Message

Unreviewed build fix after r90676.

* platform/graphics/ImageBuffer.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90677 => 90678)


--- trunk/Source/WebCore/ChangeLog	2011-07-09 09:58:07 UTC (rev 90677)
+++ trunk/Source/WebCore/ChangeLog	2011-07-09 10:55:19 UTC (rev 90678)
@@ -1,3 +1,9 @@
+2011-07-09  Patrick Gansterer  <[email protected]>
+
+        Unreviewed build fix after r90676.
+
+        * platform/graphics/ImageBuffer.cpp:
+
 2011-07-08  Dirk Schulze  <[email protected]>
 
         Refactoring luminance code in RenderSVGResourceMasker

Modified: trunk/Source/WebCore/platform/graphics/ImageBuffer.cpp (90677 => 90678)


--- trunk/Source/WebCore/platform/graphics/ImageBuffer.cpp	2011-07-09 09:58:07 UTC (rev 90677)
+++ trunk/Source/WebCore/platform/graphics/ImageBuffer.cpp	2011-07-09 10:55:19 UTC (rev 90678)
@@ -27,6 +27,7 @@
 #include "config.h"
 #include "ImageBuffer.h"
 
+#include "IntRect.h"
 #include <wtf/MathExtras.h>
 
 namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to