| Index: ui/gfx/rect.h
|
| diff --git a/ui/gfx/rect.h b/ui/gfx/rect.h
|
| index 52856d77031966c702568142d912a195de529d69..1434e837f7b2b57b21e2f33b60e44ebf63a3fd50 100644
|
| --- a/ui/gfx/rect.h
|
| +++ b/ui/gfx/rect.h
|
| @@ -14,6 +14,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/export_template_type.h"
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/rect_base.h"
|
| #include "ui/gfx/rect_f.h"
|
| @@ -32,7 +33,7 @@ typedef struct _GdkRectangle GdkRectangle;
|
|
|
| namespace gfx {
|
|
|
| -class Insets;
|
| +EXPORT_TEMPLATE_TYPE(class, UI_EXPORT, Insets);
|
|
|
| class UI_EXPORT Rect
|
| : public RectBase<Rect, Point, Size, Insets, Vector2d, int> {
|
|
|