Title: [100563] trunk/Source/WebCore
- Revision
- 100563
- Author
- [email protected]
- Date
- 2011-11-16 22:33:22 -0800 (Wed, 16 Nov 2011)
Log Message
Build fix for Apple WebKit due to r100560.
When I removed the violating header file it lost the
reference to Color.
No review.
* platform/graphics/filters/FilterOperation.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (100562 => 100563)
--- trunk/Source/WebCore/ChangeLog 2011-11-17 06:22:13 UTC (rev 100562)
+++ trunk/Source/WebCore/ChangeLog 2011-11-17 06:33:22 UTC (rev 100563)
@@ -1,5 +1,15 @@
2011-11-16 Dean Jackson <[email protected]>
+ Build fix for Apple WebKit due to r100560.
+ When I removed the violating header file it lost the
+ reference to Color.
+
+ No review.
+
+ * platform/graphics/filters/FilterOperation.h:
+
+2011-11-16 Dean Jackson <[email protected]>
+
DropShadowFilterOperation violates platform isolation
https://bugs.webkit.org/show_bug.cgi?id=72544
Modified: trunk/Source/WebCore/platform/graphics/filters/FilterOperation.h (100562 => 100563)
--- trunk/Source/WebCore/platform/graphics/filters/FilterOperation.h 2011-11-17 06:22:13 UTC (rev 100562)
+++ trunk/Source/WebCore/platform/graphics/filters/FilterOperation.h 2011-11-17 06:33:22 UTC (rev 100563)
@@ -28,6 +28,7 @@
#if ENABLE(CSS_FILTERS)
+#include "Color.h"
#include "Length.h"
#include <wtf/OwnPtr.h>
#include <wtf/PassOwnPtr.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes