Index: cc/output/viewport_selection_bound.h |
diff --git a/cc/output/viewport_selection_bound.h b/cc/output/viewport_selection_bound.h |
index bb4ed12c02b48816735998a6366898e9355022bc..77298e71f8320e4ea8e3281983b9d23a0f073d8e 100644 |
--- a/cc/output/viewport_selection_bound.h |
+++ b/cc/output/viewport_selection_bound.h |
@@ -7,7 +7,7 @@ |
#include "cc/base/cc_export.h" |
#include "cc/input/selection_bound_type.h" |
-#include "ui/gfx/geometry/rect_f.h" |
+#include "ui/gfx/geometry/point_f.h" |
namespace cc { |
@@ -17,7 +17,8 @@ struct CC_EXPORT ViewportSelectionBound { |
~ViewportSelectionBound(); |
SelectionBoundType type; |
- gfx::RectF viewport_rect; |
+ gfx::PointF edge_top; |
+ gfx::PointF edge_bottom; |
bool visible; |
}; |