Title: [111713] branches/chromium/1025/Source
Revision
111713
Author
[email protected]
Date
2012-03-22 09:38:27 -0700 (Thu, 22 Mar 2012)

Log Message

Revert 103059 - Enable CSS_FILTERS in Chromium.
https://bugs.webkit.org/show_bug.cgi?id=74334

Reviewed by Chris Marrin.

Source/WebCore: 

Covered by css3/filters (when enabled).

* platform/graphics/filters/FilterOperation.h:
(WebCore::PassthroughFilterOperation::PassthroughFilterOperation):
Since wingdi.h #define's PASSTHROUGH, #undef it after the includes.

Source/WebKit/chromium: 

* features.gypi:


[email protected]
Review URL: https://chromiumcodereview.appspot.com/9826017

Modified Paths

Diff

Modified: branches/chromium/1025/Source/WebCore/platform/graphics/filters/FilterOperation.h (111712 => 111713)


--- branches/chromium/1025/Source/WebCore/platform/graphics/filters/FilterOperation.h	2012-03-22 16:16:30 UTC (rev 111712)
+++ branches/chromium/1025/Source/WebCore/platform/graphics/filters/FilterOperation.h	2012-03-22 16:38:27 UTC (rev 111713)
@@ -35,11 +35,6 @@
 #include <wtf/RefCounted.h>
 #include <wtf/text/AtomicString.h>
 
-// Annoyingly, wingdi.h #defines this.
-#ifdef PASSTHROUGH
-#undef PASSTHROUGH
-#endif
-
 namespace WebCore {
 
 // CSS Filters

Modified: branches/chromium/1025/Source/WebKit/chromium/features.gypi (111712 => 111713)


--- branches/chromium/1025/Source/WebKit/chromium/features.gypi	2012-03-22 16:16:30 UTC (rev 111712)
+++ branches/chromium/1025/Source/WebKit/chromium/features.gypi	2012-03-22 16:38:27 UTC (rev 111713)
@@ -37,7 +37,6 @@
       'ENABLE_BLOB_SLICE=1',
       'ENABLE_CHANNEL_MESSAGING=1',
       'ENABLE_CLIENT_BASED_GEOLOCATION=1',
-      'ENABLE_CSS_FILTERS=1',
       'ENABLE_DASHBOARD_SUPPORT=0',
       'ENABLE_DATA_TRANSFER_ITEMS=1',
       'ENABLE_DETAILS=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to