| Index: third_party/WebKit/Source/web/WebViewFrameWidget.cpp
 | 
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
 | 
| index 2f3102d26a098d723cf43ee14a723851d95b35a0..e9daf2094cfd6e26bc15c495363d134a4de71048 100644
 | 
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
 | 
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.cpp
 | 
| @@ -257,11 +257,6 @@
 | 
|      m_webView->setBaseBackgroundColor(color);
 | 
|  }
 | 
|  
 | 
| -WebLocalFrameImpl* WebViewFrameWidget::localRoot()
 | 
| -{
 | 
| -    return m_webView->mainFrameImpl();
 | 
| -}
 | 
| -
 | 
|  void WebViewFrameWidget::scheduleAnimation()
 | 
|  {
 | 
|      m_webView->scheduleAnimationForWidget();
 | 
| 
 |