Chromium Code Reviews| Index: ui/gfx/point.h |
| diff --git a/ui/gfx/point.h b/ui/gfx/point.h |
| index 156cba21a9f5a860ceee8d4eb2d91faad649bb00..0ff629482d882e5a86253c37021a6762302e91ea 100644 |
| --- a/ui/gfx/point.h |
| +++ b/ui/gfx/point.h |
| @@ -46,6 +46,10 @@ class UI_EXPORT Point : public PointBase<Point, int> { |
| std::string ToString() const; |
| }; |
| +#if !defined(COMPILER_MSVC) |
| +extern template class PointBase<Point, int>; |
| +#endif |
| + |
| } // namespace gfx |
| #endif // UI_GFX_POINT_H_ |