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

ariya at webkit.org ariya at webkit.org
Wed Dec 22 18:48:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ed5a27154be59b0829bf5d2f3828838956e944ce
Author: ariya at webkit.org <ariya at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 18 17:41:05 2010 +0000

    2010-12-18  Ariya Hidayat  <ariya at sencha.com>
    
            Reviewed by Andreas Kling.
    
            [Qt] TransparencyLayer should inherit its container render hints
            https://bugs.webkit.org/show_bug.cgi?id=51283
    
            * platform/graphics/qt/TransparencyLayer.h:
            (WebCore::TransparencyLayer::TransparencyLayer):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74316 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 990cc57..7275d7d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-18  Ariya Hidayat  <ariya at sencha.com>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] TransparencyLayer should inherit its container render hints
+        https://bugs.webkit.org/show_bug.cgi?id=51283
+
+        * platform/graphics/qt/TransparencyLayer.h:
+        (WebCore::TransparencyLayer::TransparencyLayer):
+
 2010-12-18  Tony Gentilcore  <tonyg at chromium.org>
 
         Reviewed by Laszlo Gombos.
diff --git a/WebCore/platform/graphics/qt/TransparencyLayer.h b/WebCore/platform/graphics/qt/TransparencyLayer.h
index 6bdfb39..5b2f8b2 100644
--- a/WebCore/platform/graphics/qt/TransparencyLayer.h
+++ b/WebCore/platform/graphics/qt/TransparencyLayer.h
@@ -52,7 +52,7 @@ struct TransparencyLayer : FastAllocBase {
         offset = rect.topLeft();
         pixmap.fill(Qt::transparent);
         painter.begin(&pixmap);
-        painter.setRenderHints(QPainter::Antialiasing | QPainter::SmoothPixmapTransform);
+        painter.setRenderHints(p->renderHints());
         painter.translate(-offset);
         painter.setPen(p->pen());
         painter.setBrush(p->brush());

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list