| Index: ui/gfx/geometry/insets_f.h
|
| diff --git a/ui/gfx/geometry/insets_f.h b/ui/gfx/geometry/insets_f.h
|
| index f159a7458b4578348b03c5a7393b50b6ffe563dc..7ff2cec2e28f26ca7d390360f6d739b46153ab17 100644
|
| --- a/ui/gfx/geometry/insets_f.h
|
| +++ b/ui/gfx/geometry/insets_f.h
|
| @@ -15,7 +15,10 @@ namespace gfx {
|
| class GFX_EXPORT InsetsF {
|
| public:
|
| InsetsF();
|
| + explicit InsetsF(float all);
|
| + InsetsF(float vertical, float horizontal);
|
| InsetsF(float top, float left, float bottom, float right);
|
| +
|
| ~InsetsF();
|
|
|
| float top() const { return top_; }
|
|
|