| Index: Source/core/rendering/RenderThemeChromiumMac.h
|
| diff --git a/Source/core/rendering/RenderThemeChromiumMac.h b/Source/core/rendering/RenderThemeChromiumMac.h
|
| index 528d3fe49c12e526de822fe8e9d8e46b4ff7780b..c1ce9b5c613d99294932312fc2fda0d0c85f896b 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumMac.h
|
| +++ b/Source/core/rendering/RenderThemeChromiumMac.h
|
| @@ -121,8 +121,6 @@ protected:
|
| private:
|
| virtual String fileListNameForWidth(Locale&, const FileList*, const Font&, int width) const OVERRIDE;
|
|
|
| - IntRect inflateRect(const IntRect&, const IntSize&, const int* margins, float zoomLevel = 1.0f) const;
|
| -
|
| FloatRect convertToPaintingRect(const RenderObject* inputRenderer, const RenderObject* partRenderer, const FloatRect& inputRect, const IntRect&) const;
|
|
|
| // Get the control size based off the font. Used by some of the controls (like buttons).
|
|
|