Chromium Code Reviews| Index: ui/gfx/point_f.h |
| diff --git a/ui/gfx/point_f.h b/ui/gfx/point_f.h |
| index c1bf5fb1ca32280b5577dbbf3d07582ad32b3125..d681dca656df3acf7026135d3d200f616c8fd179 100644 |
| --- a/ui/gfx/point_f.h |
| +++ b/ui/gfx/point_f.h |
| @@ -28,6 +28,10 @@ class UI_EXPORT PointF : public PointBase<PointF, float> { |
| std::string ToString() const; |
| }; |
| +#if !defined(COMPILER_MSVC) |
| +extern template class PointBase<PointF, float>; |
| +#endif |
| + |
| } // namespace gfx |
| #endif // UI_GFX_POINT_F_H_ |