[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

tony at chromium.org tony at chromium.org
Wed Dec 22 15:04:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d99b55ed55627e0e3dec58bbd4ebee6cc97c716b
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 27 20:34:33 2010 +0000

    2010-10-27  Tony Chang  <tony at chromium.org>
    
            Unreviewed, build fix after r70692.
    
            * rendering/RenderBoxModelObject.cpp:
            (WebCore::RenderBoxModelObject::paintBorder):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70701 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3a962c4..66c71d2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-27  Tony Chang  <tony at chromium.org>
+
+        Unreviewed, build fix after r70692.
+
+        * rendering/RenderBoxModelObject.cpp:
+        (WebCore::RenderBoxModelObject::paintBorder):
+
 2010-10-27  Leandro Pereira  <leandro at profusion.mobi>
 
         Unreviewed. Build fix after r70651.
diff --git a/WebCore/rendering/RenderBoxModelObject.cpp b/WebCore/rendering/RenderBoxModelObject.cpp
index ed1fa69..e26e9f8 100644
--- a/WebCore/rendering/RenderBoxModelObject.cpp
+++ b/WebCore/rendering/RenderBoxModelObject.cpp
@@ -1212,6 +1212,7 @@ void RenderBoxModelObject::paintBorder(GraphicsContext* graphicsContext, int tx,
     EBorderStyle leftStyle = style->borderLeftStyle();
     EBorderStyle rightStyle = style->borderRightStyle();
 
+    bool horizontal = style->isHorizontalWritingMode();
     bool renderTop = topStyle > BHIDDEN && !topTransparent && (horizontal || includeLogicalLeftEdge);
     bool renderLeft = leftStyle > BHIDDEN && !leftTransparent && (!horizontal || includeLogicalLeftEdge);
     bool renderRight = rightStyle > BHIDDEN && !rightTransparent && (!horizontal || includeLogicalRightEdge);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list