Title: [143587] trunk/Source/WebCore
Revision
143587
Author
[email protected]
Date
2013-02-21 04:38:50 -0800 (Thu, 21 Feb 2013)

Log Message

[BlackBerry] GraphicsLayerBlackBerry: rename showDebugBorder to isShowingDebugBorder
https://bugs.webkit.org/show_bug.cgi?id=110453

Patch by Alberto Garcia <[email protected]> on 2013-02-21
Reviewed by Carlos Garcia Campos.

This changed in r133517.

* platform/graphics/blackberry/GraphicsLayerBlackBerry.cpp:
(WebCore::GraphicsLayerBlackBerry::setupContentsLayer):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (143586 => 143587)


--- trunk/Source/WebCore/ChangeLog	2013-02-21 12:37:46 UTC (rev 143586)
+++ trunk/Source/WebCore/ChangeLog	2013-02-21 12:38:50 UTC (rev 143587)
@@ -1,3 +1,15 @@
+2013-02-21  Alberto Garcia  <[email protected]>
+
+        [BlackBerry] GraphicsLayerBlackBerry: rename showDebugBorder to isShowingDebugBorder
+        https://bugs.webkit.org/show_bug.cgi?id=110453
+
+        Reviewed by Carlos Garcia Campos.
+
+        This changed in r133517.
+
+        * platform/graphics/blackberry/GraphicsLayerBlackBerry.cpp:
+        (WebCore::GraphicsLayerBlackBerry::setupContentsLayer):
+
 2013-02-21  Peter Rybin  <[email protected]>
 
         Web Inspector: take large strings out of CodeGeneratorInspector.py

Modified: trunk/Source/WebCore/platform/graphics/blackberry/GraphicsLayerBlackBerry.cpp (143586 => 143587)


--- trunk/Source/WebCore/platform/graphics/blackberry/GraphicsLayerBlackBerry.cpp	2013-02-21 12:37:46 UTC (rev 143586)
+++ trunk/Source/WebCore/platform/graphics/blackberry/GraphicsLayerBlackBerry.cpp	2013-02-21 12:38:50 UTC (rev 143587)
@@ -901,7 +901,7 @@
 
         updateContentsRect();
 
-        if (showDebugBorders()) {
+        if (isShowingDebugBorder()) {
             setLayerBorderColor(*m_contentsLayer, Color(0, 0, 128, 180));
             m_contentsLayer->setBorderWidth(1);
         }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to