| Index: ui/gfx/rect_f.h
|
| diff --git a/ui/gfx/rect_f.h b/ui/gfx/rect_f.h
|
| index 62bedf2e3593d40c3a7cc008d6021a651462f17d..15b678e19f41c25edf07ec0de2a828e77758efe6 100644
|
| --- a/ui/gfx/rect_f.h
|
| +++ b/ui/gfx/rect_f.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/export_template_type.h"
|
| #include "ui/gfx/point_f.h"
|
| #include "ui/gfx/rect_base.h"
|
| #include "ui/gfx/size_f.h"
|
| @@ -14,7 +15,7 @@
|
|
|
| namespace gfx {
|
|
|
| -class InsetsF;
|
| +EXPORT_TEMPLATE_TYPE(class, UI_EXPORT, InsetsF);
|
|
|
| // A floating version of gfx::Rect.
|
| class UI_EXPORT RectF
|
|
|