summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/platform/qt/RenderThemeQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/platform/qt/RenderThemeQt.h')
-rw-r--r--src/3rdparty/webkit/WebCore/platform/qt/RenderThemeQt.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/3rdparty/webkit/WebCore/platform/qt/RenderThemeQt.h b/src/3rdparty/webkit/WebCore/platform/qt/RenderThemeQt.h
index 19d2d3343..617c87594 100644
--- a/src/3rdparty/webkit/WebCore/platform/qt/RenderThemeQt.h
+++ b/src/3rdparty/webkit/WebCore/platform/qt/RenderThemeQt.h
@@ -36,8 +36,7 @@ namespace WebCore {
class RenderStyle;
class HTMLMediaElement;
-class RenderThemeQt : public RenderTheme
-{
+class RenderThemeQt : public RenderTheme {
private:
RenderThemeQt(Page* page);
virtual ~RenderThemeQt();
@@ -58,9 +57,6 @@ public:
virtual void adjustRepaintRect(const RenderObject* o, IntRect& r);
- virtual bool isControlStyled(const RenderStyle*, const BorderData&,
- const FillLayer&, const Color&) const;
-
// The platform selection color.
virtual Color platformActiveSelectionBackgroundColor() const;
virtual Color platformInactiveSelectionBackgroundColor() const;
@@ -154,8 +150,7 @@ private:
QStyle* m_fallbackStyle;
};
-class StylePainter
-{
+class StylePainter {
public:
explicit StylePainter(const RenderObject::PaintInfo& paintInfo);
explicit StylePainter(GraphicsContext* context);