| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
 | 
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
 | 
| index c1c7028c6433336af5b18a67d7138a646926643e..f3070d8b31b6dd22445b095a6bd062370223b8b8 100644
 | 
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
 | 
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
 | 
| @@ -120,7 +120,6 @@
 | 
|      void applyReplacementRange(int start, int length) override;
 | 
|  
 | 
|      // WebFrameWidget implementation.
 | 
| -    WebLocalFrameImpl* localRoot() override { return m_localRoot; }
 | 
|      void setVisibilityState(WebPageVisibilityState) override;
 | 
|      bool isTransparent() const override;
 | 
|      void setIsTransparent(bool) override;
 | 
| 
 |