diff options
Diffstat (limited to 'chrome/browser/tab_contents/web_contents_view.h')
-rw-r--r-- | chrome/browser/tab_contents/web_contents_view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/web_contents_view.h b/chrome/browser/tab_contents/web_contents_view.h index ab7ae97..1db1a52 100644 --- a/chrome/browser/tab_contents/web_contents_view.h +++ b/chrome/browser/tab_contents/web_contents_view.h @@ -57,6 +57,10 @@ class WebContentsView : public RenderViewHostDelegate::View { // the container). virtual gfx::NativeView GetContentNativeView() const = 0; + // Returns the outermost native view. This will be used as the parent for + // dialog boxes. + virtual gfx::NativeView GetTopLevelNativeView() const = 0; + // Computes the rectangle for the native widget that contains the contents of // the tab relative to its parent. virtual void GetContainerBounds(gfx::Rect *out) const = 0; |