| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index fad565d27c6eaef57d89c1087056567fb40a7363..7030791ec013c212fe78d84fc090c245f234ed32 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2069,11 +2069,6 @@ void WebViewImpl::paintIgnoringCompositing(WebCanvas* canvas, const WebRect& rec
|
| }
|
| #endif
|
|
|
| -void WebViewImpl::layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback* callback)
|
| -{
|
| - m_layerTreeView->layoutAndPaintAsync(callback);
|
| -}
|
| -
|
| void WebViewImpl::compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback* callback)
|
| {
|
| m_layerTreeView->compositeAndReadbackAsync(callback);
|
|
|