| Index: ui/gfx/geometry/insets.h
|
| diff --git a/ui/gfx/geometry/insets.h b/ui/gfx/geometry/insets.h
|
| index 0466d9477042bf692d7fc791499930b09924ae48..2fc0d62412b5e962f549e889c327996f83446eac 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();
|
| + explicit Insets(int all);
|
| + Insets(int vertical, int horizontal);
|
| Insets(int top, int left, int bottom, int right);
|
|
|
| ~Insets();
|
|
|