Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 3b7e3a23ca8b4b63cd5f68112a8d64abafce9b81..f7006acb6e33691ac54c999bc9218d6aa1c2d544 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -406,7 +406,7 @@ class CC_EXPORT LayerTreeImpl { |
// Compute the current selection handle location and visbility with respect to |
// the viewport. |
- void GetViewportSelection(ViewportSelection* selection); |
+ void GetViewportSelection(Selection<gfx::SelectionBound>* selection); |
void set_top_controls_shrink_blink_size(bool shrink); |
bool top_controls_shrink_blink_size() const { |