| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index 4998d018a4b0aa5acf4cb15650c0c993af9e3956..e7bb0ba672322141bda4a1fd6e8e0ac33c388424 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -297,11 +297,6 @@ bool WebFrameWidgetImpl::isTransparent() const
|
| return m_isTransparent;
|
| }
|
|
|
| -void WebFrameWidgetImpl::layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback* callback)
|
| -{
|
| - m_layerTreeView->layoutAndPaintAsync(callback);
|
| -}
|
| -
|
| void WebFrameWidgetImpl::compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback* callback)
|
| {
|
| m_layerTreeView->compositeAndReadbackAsync(callback);
|
|
|