| Index: Source/core/rendering/RenderThemeChromiumMac.h
|
| ===================================================================
|
| --- Source/core/rendering/RenderThemeChromiumMac.h (revision 181329)
|
| +++ Source/core/rendering/RenderThemeChromiumMac.h (working copy)
|
| @@ -121,6 +121,8 @@
|
| 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).
|
|
|