| Index: third_party/WebKit/Source/platform/mac/ThemeMac.h
|
| diff --git a/third_party/WebKit/Source/platform/mac/ThemeMac.h b/third_party/WebKit/Source/platform/mac/ThemeMac.h
|
| index fe2c61efa3d93484b12c5414c7468fb2e7847910..7971ddb28b3e959d7a96b8f05ada22d90d8e07a2 100644
|
| --- a/third_party/WebKit/Source/platform/mac/ThemeMac.h
|
| +++ b/third_party/WebKit/Source/platform/mac/ThemeMac.h
|
| @@ -53,7 +53,10 @@ class ThemeMac : public Theme {
|
|
|
| virtual LengthBox ControlPadding(ControlPart,
|
| const FontDescription&,
|
| - const LengthBox& zoomed_box,
|
| + const Length& zoomed_box_top,
|
| + const Length& zoomed_box_right,
|
| + const Length& zoomed_box_bottom,
|
| + const Length& zoomed_box_left,
|
| float zoom_factor) const;
|
| virtual LengthBox ControlBorder(ControlPart,
|
| const FontDescription&,
|
|
|