| Index: ui/gfx/rect_f.cc
|
| diff --git a/ui/gfx/rect_f.cc b/ui/gfx/rect_f.cc
|
| index 6035391cff9f129997eb3933a08892f21a766b02..f011d7159461c945814cdffc557dfb45f3893b81 100644
|
| --- a/ui/gfx/rect_f.cc
|
| +++ b/ui/gfx/rect_f.cc
|
| @@ -11,9 +11,10 @@
|
|
|
| namespace gfx {
|
|
|
| -template class RectBase<RectF, PointF, SizeF, InsetsF, float>;
|
| +template class RectBase<RectF, PointF, SizeF, InsetsF, Vector2dF, float>;
|
|
|
| -typedef class RectBase<RectF, PointF, SizeF, InsetsF, float> RectBaseT;
|
| +typedef class RectBase<RectF, PointF, SizeF, InsetsF, Vector2dF,
|
| + float> RectBaseT;
|
|
|
| RectF::RectF() : RectBaseT(gfx::SizeF()) {
|
| }
|
|
|