Chromium Code Reviews| Index: cc/input/layer_selection_bound.h |
| diff --git a/cc/input/layer_selection_bound.h b/cc/input/layer_selection_bound.h |
| index 10b14d904d2e9d7b40a18bcd9b360fe4abbde037..a4f98eed11c0584e350540a2ef749b860f392181 100644 |
| --- a/cc/input/layer_selection_bound.h |
| +++ b/cc/input/layer_selection_bound.h |
| @@ -18,8 +18,8 @@ struct CC_EXPORT LayerSelectionBound { |
| ~LayerSelectionBound(); |
| SelectionBoundType type; |
| - gfx::PointF edge_top; |
| - gfx::PointF edge_bottom; |
| + gfx::Point edge_top; |
| + gfx::Point edge_bottom; |
| int layer_id; |
| }; |