| Index: Source/core/layout/LayoutButton.h
|
| diff --git a/Source/core/layout/LayoutButton.h b/Source/core/layout/LayoutButton.h
|
| index fc9dd7a267bdb66a25759e4b190d420be0661cd3..cd1e1093a5007318d0592e1a9f433a91ef666b5d 100644
|
| --- a/Source/core/layout/LayoutButton.h
|
| +++ b/Source/core/layout/LayoutButton.h
|
| @@ -45,7 +45,7 @@ public:
|
| virtual void removeLeftoverAnonymousBlock(LayoutBlock*) override { }
|
| virtual bool createsAnonymousWrapper() const override { return true; }
|
|
|
| - virtual bool hasControlClip() const override { return true; }
|
| + virtual bool hasControlClip() const override;
|
| virtual LayoutRect controlClipRect(const LayoutPoint&) const override;
|
|
|
| virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode) const override;
|
|
|