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..8638e46bd076df08248555f40c9ac2d35657225a 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(LocalFrame* localRoot) |
+{ |
+ return m_webView->createCompositorProxyClient(localRoot->document()->loader()->timing().referenceMonotonicTime()); |
+} |
+ |
void ChromeClientImpl::registerPopupOpeningObserver(PopupOpeningObserver* observer) |
{ |
DCHECK(observer); |