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 26571db92bf22f72254d6ac4b8765de901544e60..0ca9a529f0b6cd01fdfcbb390a6a4c44824c7464 100644 |
--- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp |
@@ -1078,6 +1078,11 @@ void ChromeClientImpl::didUpdateTopControls() const |
m_webView->didUpdateTopControls(); |
} |
+CompositorProxyClient* ChromeClientImpl::createCompositorProxyClient() |
+{ |
+ return m_webView->createCompositorProxyClient(); |
+} |
+ |
void ChromeClientImpl::registerPopupOpeningObserver(PopupOpeningObserver* observer) |
{ |
DCHECK(observer); |