| Index: Source/WebCore/rendering/RenderListBox.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderListBox.h (revision 126630)
|
| +++ Source/WebCore/rendering/RenderListBox.h (working copy)
|
| @@ -61,7 +61,7 @@
|
| virtual bool isListBox() const { return true; }
|
|
|
| virtual void updateFromElement();
|
| -
|
| + virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE;
|
| virtual bool hasControlClip() const { return true; }
|
| virtual void paintObject(PaintInfo&, const LayoutPoint&);
|
| virtual LayoutRect controlClipRect(const LayoutPoint&) const;
|
|
|