| Index: cc/input/layer_selection_bound.cc
|
| diff --git a/cc/input/layer_selection_bound.cc b/cc/input/layer_selection_bound.cc
|
| index c8054c4b8b6a3a64bf35a43d46e4312871b18016..2761e9e2b43aa1bceed58da58b1f53c7c0e01fcf 100644
|
| --- a/cc/input/layer_selection_bound.cc
|
| +++ b/cc/input/layer_selection_bound.cc
|
| @@ -16,7 +16,7 @@ LayerSelectionBound::~LayerSelectionBound() {
|
| bool operator==(const LayerSelectionBound& lhs,
|
| const LayerSelectionBound& rhs) {
|
| return lhs.type == rhs.type && lhs.layer_id == rhs.layer_id &&
|
| - lhs.layer_rect == rhs.layer_rect;
|
| + lhs.edge_top == rhs.edge_top && lhs.edge_bottom == rhs.edge_bottom;
|
| }
|
|
|
| bool operator!=(const LayerSelectionBound& lhs,
|
|
|