| Index: Source/WebCore/rendering/RenderSlider.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderSlider.h (revision 126630)
|
| +++ Source/WebCore/rendering/RenderSlider.h (working copy)
|
| @@ -39,6 +39,7 @@
|
| private:
|
| virtual const char* renderName() const { return "RenderSlider"; }
|
| virtual bool isSlider() const { return true; }
|
| + virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE;
|
|
|
| virtual LayoutUnit baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const;
|
| virtual void computePreferredLogicalWidths();
|
|
|