| Index: ui/gfx/box_f.h
|
| diff --git a/ui/gfx/box_f.h b/ui/gfx/box_f.h
|
| index 01063b19712b7b0590e1317df9e3d628c7abcb49..fb2c1910a96ebe18375ab8eee821f136ea0b51a5 100644
|
| --- a/ui/gfx/box_f.h
|
| +++ b/ui/gfx/box_f.h
|
| @@ -12,7 +12,7 @@ namespace gfx {
|
|
|
| // A 3d version of gfx::RectF, with the positive z-axis pointed towards
|
| // the camera.
|
| -class UI_EXPORT BoxF {
|
| +class GFX_EXPORT BoxF {
|
| public:
|
| BoxF()
|
| : width_(0.f),
|
| @@ -101,7 +101,7 @@ class UI_EXPORT BoxF {
|
| float depth_;
|
| };
|
|
|
| -UI_EXPORT BoxF UnionBoxes(const BoxF& a, const BoxF& b);
|
| +GFX_EXPORT BoxF UnionBoxes(const BoxF& a, const BoxF& b);
|
|
|
| inline BoxF ScaleBox(const BoxF& b,
|
| float x_scale,
|
|
|