summaryrefslogtreecommitdiff
path: root/src/3rdparty/webkit/WebCore/rendering/RenderFieldset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/rendering/RenderFieldset.h')
-rw-r--r--src/3rdparty/webkit/WebCore/rendering/RenderFieldset.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebCore/rendering/RenderFieldset.h b/src/3rdparty/webkit/WebCore/rendering/RenderFieldset.h
index 47d1a913ea..ed57d3a508 100644
--- a/src/3rdparty/webkit/WebCore/rendering/RenderFieldset.h
+++ b/src/3rdparty/webkit/WebCore/rendering/RenderFieldset.h
@@ -41,13 +41,12 @@ public:
virtual void calcPrefWidths();
virtual bool avoidsFloats() const { return true; }
- virtual bool expandsToEncloseOverhangingFloats() const { return style()->height().isAuto(); }
virtual bool stretchesToMinIntrinsicWidth() const { return true; }
- RenderObject* findLegend() const;
+ RenderBox* findLegend() const;
protected:
- virtual void styleDidChange(RenderStyle::Diff, const RenderStyle* oldStyle);
+ virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
private:
virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);