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