| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index ec7aa940bed3db6c6a5574f94764cef2b14bfbae..ab7b79407a23713eea417a284d0825b5e16d7760 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -896,4 +896,9 @@ void ChromeClientImpl::registerViewportLayers() const
|
| m_webView->page()->frameHost().pinchViewport().registerLayersWithTreeView(m_webView->layerTreeView());
|
| }
|
|
|
| +void ChromeClientImpl::didUpdateTopControls() const
|
| +{
|
| + m_webView->didUpdateTopControls();
|
| +}
|
| +
|
| } // namespace blink
|
|
|