Title: [114348] trunk/Source/Platform
- Revision
- 114348
- Author
- [email protected]
- Date
- 2012-04-16 23:11:54 -0700 (Mon, 16 Apr 2012)
Log Message
[Chromium] Fix Chromium-Mac build
https://bugs.webkit.org/show_bug.cgi?id=80054
* chromium/public/WebFilterOperations.h:
(WebKit): WebFilterOperation is a struct, not a class.
Modified Paths
Diff
Modified: trunk/Source/Platform/ChangeLog (114347 => 114348)
--- trunk/Source/Platform/ChangeLog 2012-04-17 05:57:20 UTC (rev 114347)
+++ trunk/Source/Platform/ChangeLog 2012-04-17 06:11:54 UTC (rev 114348)
@@ -1,3 +1,11 @@
+2012-04-16 Kent Tamura <[email protected]>
+
+ [Chromium] Fix Chromium-Mac build
+ https://bugs.webkit.org/show_bug.cgi?id=80054
+
+ * chromium/public/WebFilterOperations.h:
+ (WebKit): WebFilterOperation is a struct, not a class.
+
2012-04-16 Dana Jansens <[email protected]>
[chromium] Expose compositor filters to Aura through WebLayer
Modified: trunk/Source/Platform/chromium/public/WebFilterOperations.h (114347 => 114348)
--- trunk/Source/Platform/chromium/public/WebFilterOperations.h 2012-04-17 05:57:20 UTC (rev 114347)
+++ trunk/Source/Platform/chromium/public/WebFilterOperations.h 2012-04-17 06:11:54 UTC (rev 114348)
@@ -36,7 +36,7 @@
#endif
namespace WebKit {
-class WebFilterOperation;
+struct WebFilterOperation;
// An ordered set of filter operations.
class WebFilterOperations {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes