| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 29638d43dbcbfb59d35e6b354ee90c6c5c9996e8..60f1225645e7d1e91cada47c897e0d28d3b1750f 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -1089,8 +1089,8 @@ void ChromeClientImpl::registerViewportLayers() const {
|
| m_webView->registerViewportLayersWithCompositor();
|
| }
|
|
|
| -void ChromeClientImpl::didUpdateTopControls() const {
|
| - m_webView->didUpdateTopControls();
|
| +void ChromeClientImpl::didUpdateBrowserControls() const {
|
| + m_webView->didUpdateBrowserControls();
|
| }
|
|
|
| CompositorProxyClient* ChromeClientImpl::createCompositorProxyClient(
|
|
|