Chromium Code Reviews| Index: ui/gfx/rect_f.h |
| diff --git a/ui/gfx/rect_f.h b/ui/gfx/rect_f.h |
| index 499c9be4908eecedcb79ee5346e31ecdab1dd972..4b7d5387d9247e0a3d9398708e73fa6b08fafb8a 100644 |
| --- a/ui/gfx/rect_f.h |
| +++ b/ui/gfx/rect_f.h |
| @@ -40,6 +40,8 @@ class UI_EXPORT RectF |
| set_size(newSize); |
| } |
| + bool IsExpressibleAsRect() const; |
|
sky
2012/11/02 17:54:30
Add your description in the bug here.
danakj
2012/11/02 18:01:30
k!
|
| + |
| std::string ToString() const; |
| }; |