| Index: ui/gfx/rect_f.cc
|
| diff --git a/ui/gfx/rect_f.cc b/ui/gfx/rect_f.cc
|
| index 6677c29e459df79ef09c51e1faba82fdc54ab1bf..85039244789099ed8f6922e520a31469ea7d6f24 100644
|
| --- a/ui/gfx/rect_f.cc
|
| +++ b/ui/gfx/rect_f.cc
|
| @@ -36,10 +36,6 @@ RectF::RectF(const gfx::PointF& origin, const gfx::SizeF& size)
|
|
|
| RectF::~RectF() {}
|
|
|
| -Rect RectF::ToRect() const {
|
| - return Rect(origin().ToPoint(), size().ToSize());
|
| -}
|
| -
|
| std::string RectF::ToString() const {
|
| return base::StringPrintf("%s %s",
|
| origin().ToString().c_str(),
|
|
|