| Index: ui/gfx/rect.cc
|
| diff --git a/ui/gfx/rect.cc b/ui/gfx/rect.cc
|
| index b46a9d779c266308fd2243df1bd9c49283ff23da..4d1e42a12b1d4e36d4b8a311687f32451ddaf0f1 100644
|
| --- a/ui/gfx/rect.cc
|
| +++ b/ui/gfx/rect.cc
|
| @@ -17,9 +17,9 @@
|
|
|
| namespace gfx {
|
|
|
| -template class RectBase<Rect, Point, Size, Insets, int>;
|
| +template class RectBase<Rect, Point, Size, Insets, Vector2d, int>;
|
|
|
| -typedef class RectBase<Rect, Point, Size, Insets, int> RectBaseT;
|
| +typedef class RectBase<Rect, Point, Size, Insets, Vector2d, int> RectBaseT;
|
|
|
| Rect::Rect() : RectBaseT(gfx::Point()) {
|
| }
|
|
|