Title: [198188] trunk/Source/WebCore
Revision
198188
Author
[email protected]
Date
2016-03-14 20:51:39 -0700 (Mon, 14 Mar 2016)

Log Message

Unreviewed, rolling out r198145.

This attempt to disable the feature did not fix the PLT
regression

Reverted changeset:

"Regression(r197981): Huge regression on Mac PLT"
https://bugs.webkit.org/show_bug.cgi?id=155443
http://trac.webkit.org/changeset/198145

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (198187 => 198188)


--- trunk/Source/WebCore/ChangeLog	2016-03-15 01:52:02 UTC (rev 198187)
+++ trunk/Source/WebCore/ChangeLog	2016-03-15 03:51:39 UTC (rev 198188)
@@ -1,3 +1,16 @@
+2016-03-14  Chris Dumez  <[email protected]>
+
+        Unreviewed, rolling out r198145.
+
+        This attempt to disable the feature did not fix the PLT
+        regression
+
+        Reverted changeset:
+
+        "Regression(r197981): Huge regression on Mac PLT"
+        https://bugs.webkit.org/show_bug.cgi?id=155443
+        http://trac.webkit.org/changeset/198145
+
 2016-03-14  Sam Weinig  <[email protected]>
 
         Remove errant space.

Modified: trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp (198187 => 198188)


--- trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp	2016-03-15 01:52:02 UTC (rev 198187)
+++ trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp	2016-03-15 03:51:39 UTC (rev 198188)
@@ -314,9 +314,7 @@
 bool GraphicsLayer::supportsSmoothedLayerText()
 {
 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200
-    // FIXME: This is currently a major regression on PLT (rdar://problem/25113391).
-    // return isSmoothedLayerTextEnabled;
-    return false;
+    return isSmoothedLayerTextEnabled;
 #endif
     return false;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to