Chromium Code Reviews| Index: ui/gfx/rect.h |
| diff --git a/ui/gfx/rect.h b/ui/gfx/rect.h |
| index 64f35b1fe8adde6d9b0e0de6e01b1501ce7e71d3..36f822cd353daf3e28f4932ed7a7c82113a5bb6e 100644 |
| --- a/ui/gfx/rect.h |
| +++ b/ui/gfx/rect.h |
| @@ -68,7 +68,7 @@ class UI_EXPORT Rect : public RectBase<Rect, Point, Size, Insets, int> { |
| CGRect ToCGRect() const; |
| #endif |
| - RectF ToRectF() const WARN_UNUSED_RESULT { |
| + RectF ToRectF() const { |
| return RectF(origin().x(), origin().y(), size().width(), size().height()); |
| } |