| Index: chrome/browser/tab_contents/web_contents_view_win.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents_view_win.h (revision 8803)
|
| +++ chrome/browser/tab_contents/web_contents_view_win.h (working copy)
|
| @@ -32,8 +32,8 @@
|
| virtual void CreateView();
|
| virtual RenderWidgetHostViewWin* CreateViewForWidget(
|
| RenderWidgetHost* render_widget_host);
|
| - virtual HWND GetContainerHWND() const;
|
| - virtual HWND GetContentHWND() const;
|
| + virtual gfx::NativeView GetNativeView() const;
|
| + virtual gfx::NativeView GetContentNativeView() const;
|
| virtual void GetContainerBounds(gfx::Rect* out) const;
|
| virtual void OnContentsDestroy();
|
| virtual void SetPageTitle(const std::wstring& title);
|
|
|