| 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 e728623d5c978578683a6067ec101d77ecff7e96..9a5c3a66bd9302580c9c20af244c62121fa55ba3 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -993,6 +993,11 @@ void ChromeClientImpl::didUpdateTopControls() const
|
| m_webView->didUpdateTopControls();
|
| }
|
|
|
| +CompositorProxyClient* ChromeClientImpl::createCompositorProxyClient()
|
| +{
|
| + return m_webView->createCompositorProxyClient();
|
| +}
|
| +
|
| void ChromeClientImpl::registerPopupOpeningObserver(PopupOpeningObserver* observer)
|
| {
|
| ASSERT(observer);
|
|
|