| Index: ui/gfx/rect.cc
|
| diff --git a/ui/gfx/rect.cc b/ui/gfx/rect.cc
|
| index 551e6f66b3cda6260b6a754d22d1f151d5da9eb4..b01d60c97f4078121e642b934aacbcd322698744 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()) {
|
| }
|
|
|