| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 6a9ea311908a172064e3bef4cf2067366cbdee4f..1a0fe2b23f8c17241c000cae9b6c4aa60f7bacd1 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -2021,10 +2021,10 @@ void WebViewImpl::clearCompositedSelectionBounds()
|
| m_layerTreeView->clearSelection();
|
| }
|
|
|
| -void WebViewImpl::updateCompositedSelectionBounds(const WebSelectionBound& anchor, const WebSelectionBound& focus)
|
| +void WebViewImpl::updateCompositedSelectionBounds(const WebSelectionBounds& bounds)
|
| {
|
| if (m_layerTreeView)
|
| - m_layerTreeView->registerSelection(anchor, focus);
|
| + m_layerTreeView->registerSelection(bounds);
|
| }
|
|
|
| bool WebViewImpl::hasHorizontalScrollbar()
|
|
|