| Index: sky/engine/web/ChromeClientImpl.cpp
|
| diff --git a/sky/engine/web/ChromeClientImpl.cpp b/sky/engine/web/ChromeClientImpl.cpp
|
| index 8c05eacca7f0af6e90732db445a7bc27a2fecd40..8da826fe32d5a1e5f28c598b19e7400ecb433be8 100644
|
| --- a/sky/engine/web/ChromeClientImpl.cpp
|
| +++ b/sky/engine/web/ChromeClientImpl.cpp
|
| @@ -351,11 +351,6 @@ void ChromeClientImpl::attachRootGraphicsLayer(GraphicsLayer* rootLayer)
|
| m_webView->setRootGraphicsLayer(rootLayer);
|
| }
|
|
|
| -void ChromeClientImpl::clearCompositedSelectionBounds()
|
| -{
|
| - m_webView->clearCompositedSelectionBounds();
|
| -}
|
| -
|
| void ChromeClientImpl::setTouchAction(TouchAction touchAction)
|
| {
|
| if (WebViewClient* client = m_webView->client()) {
|
|
|