Title: [115246] trunk/Source/WebCore
Revision
115246
Author
hc...@chromium.org
Date
2012-04-25 14:30:52 -0700 (Wed, 25 Apr 2012)

Log Message

Unreviewed build fix.

Build fix for compilation failure due to r115243.

* platform/graphics/chromium/LayerChromium.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (115245 => 115246)


--- trunk/Source/WebCore/ChangeLog	2012-04-25 21:22:53 UTC (rev 115245)
+++ trunk/Source/WebCore/ChangeLog	2012-04-25 21:30:52 UTC (rev 115246)
@@ -1,3 +1,12 @@
+2012-04-25  Alpha Lam  <hc...@chromium.org>
+
+        Unreviewed build fix.
+
+        Build fix for compilation failure due to r115243.
+
+        * platform/graphics/chromium/LayerChromium.h:
+        (WebCore):
+
 2012-04-25  Ryosuke Niwa  <rn...@webkit.org>
 
         Build fix after r115227. Return null string when the string builder is empty

Modified: trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h (115245 => 115246)


--- trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h	2012-04-25 21:22:53 UTC (rev 115245)
+++ trunk/Source/WebCore/platform/graphics/chromium/LayerChromium.h	2012-04-25 21:30:52 UTC (rev 115246)
@@ -56,7 +56,7 @@
 
 namespace WebCore {
 
-class CCAnimationEvent;
+struct CCAnimationEvent;
 class CCLayerAnimationDelegate;
 class CCLayerImpl;
 class CCLayerTreeHost;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to