Title: [98684] trunk/Source/WebKit2
Revision
98684
Author
[email protected]
Date
2011-10-27 20:50:15 -0700 (Thu, 27 Oct 2011)

Log Message

Fix the GTK+ build after r98664.

* WebProcess/Plugins/Plugin.h: Add an IntSize forward declaration.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (98683 => 98684)


--- trunk/Source/WebKit2/ChangeLog	2011-10-28 03:50:06 UTC (rev 98683)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-28 03:50:15 UTC (rev 98684)
@@ -1,3 +1,9 @@
+2011-10-27  Martin Robinson  <[email protected]>
+
+        Fix the GTK+ build after r98664.
+
+        * WebProcess/Plugins/Plugin.h: Add an IntSize forward declaration.
+
 2011-10-27  Anders Carlsson  <[email protected]>
 
         Add a Plugin::geometryDidChange that will work with transforms

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h (98683 => 98684)


--- trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h	2011-10-28 03:50:06 UTC (rev 98683)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Plugin.h	2011-10-28 03:50:15 UTC (rev 98684)
@@ -43,6 +43,7 @@
     class AffineTransform;
     class GraphicsContext;
     class IntRect;
+    class IntSize;
     class Scrollbar;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to