| Index: ui/views/controls/button/border_images.h
|
| diff --git a/ui/views/controls/button/border_images.h b/ui/views/controls/button/border_images.h
|
| index 517a8cb388d94ace29c14b1be481494c7940abd5..17b9fb6979a62572392f568e9d4bf786c1cad0d5 100644
|
| --- a/ui/views/controls/button/border_images.h
|
| +++ b/ui/views/controls/button/border_images.h
|
| @@ -8,6 +8,10 @@
|
| #include "ui/gfx/image/image_skia.h"
|
| #include "ui/views/views_export.h"
|
|
|
| +#define BORDER_IMAGES(x) x ## _TOP_LEFT, x ## _TOP, x ## _TOP_RIGHT, \
|
| + x ## _LEFT, x ## _CENTER, x ## _RIGHT, \
|
| + x ## _BOTTOM_LEFT, x ## _BOTTOM, x ## _BOTTOM_RIGHT,
|
| +
|
| namespace gfx {
|
| class Canvas;
|
| class Rect;
|
|
|