summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/qt/TransparencyLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/qt/TransparencyLayer.h')
-rw-r--r--WebCore/platform/graphics/qt/TransparencyLayer.h2
1 files changed, 1 insertions, 1 deletions
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());