Title: [96924] trunk/Source/WebKit/chromium
Revision
96924
Author
podivi...@chromium.org
Date
2011-10-07 03:12:15 -0700 (Fri, 07 Oct 2011)

Log Message

2011-10-07  Pavel Podivilov  <podivi...@chromium.org>

        Unreviewed, fix mac build after r96909.

        * public/WebContentLayer.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (96923 => 96924)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-07 09:53:43 UTC (rev 96923)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-07 10:12:15 UTC (rev 96924)
@@ -1,3 +1,9 @@
+2011-10-07  Pavel Podivilov  <podivi...@chromium.org>
+
+        Unreviewed, fix mac build after r96909.
+
+        * public/WebContentLayer.h:
+
 2011-10-07  Anna Cavender  <ann...@chromium.org>
 
         Turn ENABLE_VIDEO_TRACK on for chromium.

Modified: trunk/Source/WebKit/chromium/public/WebContentLayer.h (96923 => 96924)


--- trunk/Source/WebKit/chromium/public/WebContentLayer.h	2011-10-07 09:53:43 UTC (rev 96923)
+++ trunk/Source/WebKit/chromium/public/WebContentLayer.h	2011-10-07 10:12:15 UTC (rev 96924)
@@ -32,7 +32,7 @@
 namespace WebKit {
 class WebContentLayerClient;
 class WebContentLayerImpl;
-class WebFloatRect;
+struct WebFloatRect;
 class WebLayerClient;
 
 class WebContentLayer : public WebLayer {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to