Title: [132508] trunk/Source/WebKit/chromium
Revision
132508
Author
commit-qu...@webkit.org
Date
2012-10-25 11:48:32 -0700 (Thu, 25 Oct 2012)

Log Message

Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX define from skia_webkit.gyp, as it has been rebaselined.
https://bugs.webkit.org/show_bug.cgi?id=100394

Patch by Ben Wagner <bunge...@chromium.org> on 2012-10-25
Reviewed by Dirk Pranke.

The define has been removed from the Skia code and the Chromium skia.gyp.
The pixel tests affected have already been rebaselined.

* skia_webkit.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (132507 => 132508)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-10-25 18:40:53 UTC (rev 132507)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-10-25 18:48:32 UTC (rev 132508)
@@ -1,3 +1,15 @@
+2012-10-25  Ben Wagner  <bunge...@chromium.org>
+
+        Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX define from skia_webkit.gyp, as it has been rebaselined.
+        https://bugs.webkit.org/show_bug.cgi?id=100394
+
+        Reviewed by Dirk Pranke.
+
+        The define has been removed from the Skia code and the Chromium skia.gyp.
+        The pixel tests affected have already been rebaselined. 
+
+        * skia_webkit.gyp:
+
 2012-10-22  Mikhail Naganov  <mnaga...@chromium.org>
 
         [Chromium] Add supportMultipleWindows setting, needed for Android

Modified: trunk/Source/WebKit/chromium/skia_webkit.gyp (132507 => 132508)


--- trunk/Source/WebKit/chromium/skia_webkit.gyp	2012-10-25 18:40:53 UTC (rev 132507)
+++ trunk/Source/WebKit/chromium/skia_webkit.gyp	2012-10-25 18:48:32 UTC (rev 132508)
@@ -47,9 +47,6 @@
 
           # Temporarily ignore fix to antialias coverage, until we can rebaseline
           'SK_USE_LEGACY_AA_COVERAGE',
-
-          # Temporarily disable opacity fix in extractSubset
-          'SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX',
         ],
       },
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to