diff options
Diffstat (limited to 'chrome/browser/tab_contents/web_contents.h')
-rw-r--r-- | chrome/browser/tab_contents/web_contents.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/web_contents.h b/chrome/browser/tab_contents/web_contents.h index 2f3044b..bd1c2ce 100644 --- a/chrome/browser/tab_contents/web_contents.h +++ b/chrome/browser/tab_contents/web_contents.h @@ -132,11 +132,9 @@ class WebContents : public TabContents, // TODO(brettw) fix this, tab contents shouldn't have these methods, probably // it should be killed altogether. virtual void CreateView(); -#if defined(OS_WIN) - virtual HWND GetContainerHWND() const; - virtual HWND GetContentHWND(); + virtual gfx::NativeView GetNativeView() const; + virtual gfx::NativeView GetContentNativeView(); virtual void GetContainerBounds(gfx::Rect *out) const; -#endif // Web apps ------------------------------------------------------------------ |