| 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 23c55f6846628dd152b24b5c9c9e029cd15d52d6..3c632950bafbbd94eb2b3d5fef51fe72e5952c76 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| @@ -167,4 +167,12 @@ void WebLayerTreeViewImplForTesting::clearViewportLayers() {
|
| scoped_refptr<cc::Layer>());
|
| }
|
|
|
| +void WebLayerTreeViewImplForTesting::registerSelection(
|
| + const blink::WebSelectionBound& anchor,
|
| + const blink::WebSelectionBound& focus) {
|
| +}
|
| +
|
| +void WebLayerTreeViewImplForTesting::clearSelection() {
|
| +}
|
| +
|
| } // namespace content
|
|
|