Index: cc/output/viewport_selection_bound.cc |
diff --git a/cc/output/viewport_selection_bound.cc b/cc/output/viewport_selection_bound.cc |
index cfcb82999e644bfc39ebc5051d08ab55003fb937..75a38d698d95deafc9ba958d0ae17d858c5f6ae2 100644 |
--- a/cc/output/viewport_selection_bound.cc |
+++ b/cc/output/viewport_selection_bound.cc |
@@ -16,7 +16,7 @@ ViewportSelectionBound::~ViewportSelectionBound() { |
bool operator==(const ViewportSelectionBound& lhs, |
const ViewportSelectionBound& rhs) { |
return lhs.type == rhs.type && lhs.visible == rhs.visible && |
- lhs.viewport_rect == rhs.viewport_rect; |
+ lhs.edge_top == rhs.edge_top && lhs.edge_bottom == rhs.edge_bottom; |
} |
bool operator!=(const ViewportSelectionBound& lhs, |