| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 271807746f22e34e871e1ab137be4e0e14724c52..2115099e92771abc730546c3747fd1e24a81f55f 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2103,18 +2103,6 @@ void WebViewImpl::exitFullScreenForElement(Element* element)
|
| m_fullscreenController->exitFullScreenForElement(element);
|
| }
|
|
|
| -void WebViewImpl::clearCompositedSelection()
|
| -{
|
| - if (m_layerTreeView)
|
| - m_layerTreeView->clearSelection();
|
| -}
|
| -
|
| -void WebViewImpl::updateCompositedSelection(const WebSelection& selection)
|
| -{
|
| - if (m_layerTreeView)
|
| - m_layerTreeView->registerSelection(selection);
|
| -}
|
| -
|
| bool WebViewImpl::hasHorizontalScrollbar()
|
| {
|
| return mainFrameImpl()->frameView()->horizontalScrollbar();
|
|
|