Chromium Code Reviews| Index: ui/base/touch/selection_bound.h |
| diff --git a/ui/base/touch/selection_bound.h b/ui/base/touch/selection_bound.h |
| index 52491f0a7c655b4e5e5fa522291cfc6f5e351a4c..4636ce11261473d4facd6acdbac21188c7846cb2 100644 |
| --- a/ui/base/touch/selection_bound.h |
| +++ b/ui/base/touch/selection_bound.h |
| @@ -11,6 +11,7 @@ |
| namespace gfx { |
| class Rect; |
| +class RectF; |
| } |
| namespace ui { |
| @@ -66,6 +67,9 @@ UI_BASE_EXPORT bool operator!=(const SelectionBound& lhs, |
| UI_BASE_EXPORT gfx::Rect RectBetweenSelectionBounds(const SelectionBound& b1, |
| const SelectionBound& b2); |
| +UI_BASE_EXPORT gfx::RectF RectFBetweenSelectionBounds(const SelectionBound& b1, |
| + const SelectionBound& b2); |
| + |
|
sadrul
2015/04/14 19:38:43
mfomitchev@ Can you look into replacing the uses o
|
| } // namespace ui |
| #endif // UI_BASE_TOUCH_SELECTION_BOUND_H_ |