Chromium Code Reviews| Index: ui/gfx/geometry/insets.h |
| diff --git a/ui/gfx/geometry/insets.h b/ui/gfx/geometry/insets.h |
| index 0466d9477042bf692d7fc791499930b09924ae48..b785a75ef4ea971779dde639b649d02fe22cc8cf 100644 |
| --- a/ui/gfx/geometry/insets.h |
| +++ b/ui/gfx/geometry/insets.h |
| @@ -12,10 +12,11 @@ |
| namespace gfx { |
| -// An integer version of gfx::Insets. |
| class GFX_EXPORT Insets { |
| public: |
| Insets(); |
| + Insets(int all); |
|
sky
2016/03/07 21:18:24
explicit
Evan Stade
2016/03/07 23:08:10
Done.
|
| + Insets(int vertical, int horizontal); |
| Insets(int top, int left, int bottom, int right); |
| ~Insets(); |