summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/qt/RenderThemeQtMobile.cpp')
-rw-r--r--Source/WebCore/platform/qt/RenderThemeQtMobile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp b/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp
index 6ac59a5b8..e4a34de29 100644
--- a/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp
+++ b/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp
@@ -204,7 +204,7 @@ QPalette RenderThemeQtMobile::colorPalette() const
return lightGrayPalette;
}
-StylePainterMobile::StylePainterMobile(RenderThemeQtMobile* theme, const PaintInfo& paintInfo)
+StylePainterMobile::StylePainterMobile(RenderThemeQtMobile*, const PaintInfo& paintInfo)
: StylePainter(paintInfo.context())
{
m_previousSmoothPixmapTransform = painter->testRenderHint(QPainter::SmoothPixmapTransform);
@@ -658,7 +658,7 @@ bool RenderThemeQtMobile::isControlStyled(const RenderStyle& style, const Border
}
}
-LengthBox RenderThemeQtMobile::popupInternalPaddingBox(const RenderStyle& style) const
+LengthBox RenderThemeQtMobile::popupInternalPaddingBox(const RenderStyle&) const
{
return { 0, 0, 1, 0 };
}