| Index: content/test/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| index 3c632950bafbbd94eb2b3d5fef51fe72e5952c76..53384067fb46145fb7e95f1d7a1bf2d2b7d6cb89 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| @@ -168,8 +168,8 @@ void WebLayerTreeViewImplForTesting::clearViewportLayers() {
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::registerSelection(
|
| - const blink::WebSelectionBound& anchor,
|
| - const blink::WebSelectionBound& focus) {
|
| + const blink::WebSelectionBound& start,
|
| + const blink::WebSelectionBound& end) {
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::clearSelection() {
|
|
|