| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 24a70c798cc29175cf84a9a30837c389d987c6c5..7c68f149b77e159c24b74129e5337cd9c53ce148 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -336,10 +336,6 @@ public:
|
| // the page is shutting down, but will be valid at all other times.
|
| WebLocalFrameImpl* mainFrameImpl() const;
|
|
|
| - // FIXME: Temporary method to accommodate out-of-process frame ancestors;
|
| - // will be removed when there can be multiple WebWidgets for a single page.
|
| - WebLocalFrameImpl* localFrameRootTemporary() const;
|
| -
|
| // Event related methods:
|
| void mouseContextMenu(const WebMouseEvent&);
|
| void mouseDoubleClick(const WebMouseEvent&);
|
|
|