| Index: sky/engine/web/ChromeClientImpl.cpp
|
| diff --git a/sky/engine/web/ChromeClientImpl.cpp b/sky/engine/web/ChromeClientImpl.cpp
|
| index b11b970570185a93b31c2c7cfad6442831a6be83..913f4083aefdcf9d3511c6f78af341dff049beb8 100644
|
| --- a/sky/engine/web/ChromeClientImpl.cpp
|
| +++ b/sky/engine/web/ChromeClientImpl.cpp
|
| @@ -327,11 +327,6 @@ void ChromeClientImpl::setToolTip(const String& tooltipText, TextDirection dir)
|
| m_webView->client()->setToolTipText(tooltipText, toWebTextDirection(dir));
|
| }
|
|
|
| -void ChromeClientImpl::dispatchViewportPropertiesDidChange(const ViewportDescription& description) const
|
| -{
|
| - m_webView->updatePageDefinedViewportConstraints(description);
|
| -}
|
| -
|
| void ChromeClientImpl::setCursor(const Cursor& cursor)
|
| {
|
| setCursor(WebCursorInfo(cursor));
|
|
|