Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 283b89c6688aef5bcd3f46418973f258ac70aee0..14c1cf1a998dfd2b8b78e8cd40ea614cf9461c87 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 { |