| 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 59079de8394ed858ee25e494a7768790f5d66c1c..ee4687e1f71b73a5efc3c2b904af7ac300937da7 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -773,11 +773,6 @@ String ChromeClientImpl::acceptLanguages()
|
| return m_webView->client()->acceptLanguages();
|
| }
|
|
|
| -GraphicsLayerFactory* ChromeClientImpl::graphicsLayerFactory() const
|
| -{
|
| - return m_webView->graphicsLayerFactory();
|
| -}
|
| -
|
| void ChromeClientImpl::attachRootGraphicsLayer(GraphicsLayer* rootLayer, LocalFrame* localRoot)
|
| {
|
| // FIXME: For top-level frames we still use the WebView as a WebWidget. This
|
|
|