Title: [109943] trunk/Source/WebCore
Revision
109943
Author
[email protected]
Date
2012-03-06 11:59:31 -0800 (Tue, 06 Mar 2012)

Log Message

[BlackBerry] Disable border radius clips (r95239) for BlackBerry
https://bugs.webkit.org/show_bug.cgi?id=80416

Patch by Filip Spacek <[email protected]> on 2012-03-06
Reviewed by Antonio Gomes

The BlackBerry port suffers from the same performance
degradation when border radius clip is enabled as Chromium.

* rendering/RenderLayer.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (109942 => 109943)


--- trunk/Source/WebCore/ChangeLog	2012-03-06 19:55:53 UTC (rev 109942)
+++ trunk/Source/WebCore/ChangeLog	2012-03-06 19:59:31 UTC (rev 109943)
@@ -1,3 +1,15 @@
+2012-03-06  Filip Spacek  <[email protected]>
+
+        [BlackBerry] Disable border radius clips (r95239) for BlackBerry
+        https://bugs.webkit.org/show_bug.cgi?id=80416
+
+        Reviewed by Antonio Gomes
+
+        The BlackBerry port suffers from the same performance
+        degradation when border radius clip is enabled as Chromium.
+
+        * rendering/RenderLayer.cpp:
+
 2012-03-06  Stephen White  <[email protected]>
 
         Unreviewed, rolling out r109832.

Modified: trunk/Source/WebCore/rendering/RenderLayer.cpp (109942 => 109943)


--- trunk/Source/WebCore/rendering/RenderLayer.cpp	2012-03-06 19:55:53 UTC (rev 109942)
+++ trunk/Source/WebCore/rendering/RenderLayer.cpp	2012-03-06 19:59:31 UTC (rev 109943)
@@ -108,7 +108,7 @@
 #include "SVGNames.h"
 #endif
 
-#if PLATFORM(CHROMIUM)
+#if PLATFORM(CHROMIUM) || PLATFORM(BLACKBERRY)
 // FIXME: border radius clipping triggers too-slow path on Chromium
 // https://bugs.webkit.org/show_bug.cgi?id=69866
 #define DISABLE_ROUNDED_CORNER_CLIPPING
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to