Chromium Code Reviews| Index: third_party/WebKit/Source/web/WebFrameWidgetBase.h |
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetBase.h b/third_party/WebKit/Source/web/WebFrameWidgetBase.h |
| index cea53c53b22504f95039830aad2fdc0180701f17..ac9e1038881506888562594d6d56bba165eece6b 100644 |
| --- a/third_party/WebKit/Source/web/WebFrameWidgetBase.h |
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetBase.h |
| @@ -88,6 +88,9 @@ class WebFrameWidgetBase : public WebFrameWidget { |
| // Helper function to call VisualViewport::viewportToRootFrame(). |
| WebPoint viewportToRootFrame(const WebPoint& pointInViewport) const; |
| + // Returns the local root as a LocalFrame*. |
| + LocalFrame* localFrameRoot() const; |
| + |
|
Łukasz Anforowicz
2016/11/30 16:47:38
Ooops. Not sure how it got here. I'll remove in
|
| WebViewImpl* view() const; |
| // Returns the page object associated with this widget. This may be null when |