Title: [146013] trunk/Source/Platform
Revision
146013
Author
[email protected]
Date
2013-03-17 10:12:41 -0700 (Sun, 17 Mar 2013)

Log Message

[chromium] Remove the zoom filter operation ifdef
https://bugs.webkit.org/show_bug.cgi?id=112390

Reviewed by Darin Fisher.

This ifdef is not needed once the change that introduced it is
rolled into chromium, and the chromium side guards on the ifdef
are removed. Then it just does nothing and should be deleted.

* chromium/public/WebFilterOperation.h:

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (146012 => 146013)


--- trunk/Source/Platform/ChangeLog	2013-03-17 17:12:19 UTC (rev 146012)
+++ trunk/Source/Platform/ChangeLog	2013-03-17 17:12:41 UTC (rev 146013)
@@ -1,3 +1,16 @@
+2013-03-17  Dana Jansens  <[email protected]>
+
+        [chromium] Remove the zoom filter operation ifdef
+        https://bugs.webkit.org/show_bug.cgi?id=112390
+
+        Reviewed by Darin Fisher.
+
+        This ifdef is not needed once the change that introduced it is
+        rolled into chromium, and the chromium side guards on the ifdef
+        are removed. Then it just does nothing and should be deleted.
+
+        * chromium/public/WebFilterOperation.h:
+
 2013-03-14  Dana Jansens  <[email protected]>
 
         [chromium] Make zoom filter independent of the layer size.

Modified: trunk/Source/Platform/chromium/public/WebFilterOperation.h (146012 => 146013)


--- trunk/Source/Platform/chromium/public/WebFilterOperation.h	2013-03-17 17:12:19 UTC (rev 146012)
+++ trunk/Source/Platform/chromium/public/WebFilterOperation.h	2013-03-17 17:12:41 UTC (rev 146013)
@@ -91,9 +91,6 @@
         return m_zoomInset;
     }
 
-    // FIXME: Remove this and the check for it in chromium.
-#define NEW_ZOOM_FILTER
-
     static WebFilterOperation createGrayscaleFilter(float amount) { return WebFilterOperation(FilterTypeGrayscale, amount); }
     static WebFilterOperation createSepiaFilter(float amount) { return WebFilterOperation(FilterTypeSepia, amount); }
     static WebFilterOperation createSaturateFilter(float amount) { return WebFilterOperation(FilterTypeSaturate, amount); }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to