| Index: content/browser/tab_contents/tab_contents_view_win.h
|
| diff --git a/content/browser/tab_contents/tab_contents_view_win.h b/content/browser/tab_contents/tab_contents_view_win.h
|
| index d6038991645433bb7577e5217eeeaa0a3fafaf5f..f726eba9c79e4d16798dc0a0b7e2d1aca96b999b 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_win.h
|
| +++ b/content/browser/tab_contents/tab_contents_view_win.h
|
| @@ -50,6 +50,8 @@ class TabContentsViewWin : public TabContentsView,
|
| virtual bool IsEventTracking() const OVERRIDE;
|
| virtual void CloseTabAfterEventTracking() OVERRIDE;
|
| virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
|
| + virtual void InstallOverlayView(gfx::NativeView view) OVERRIDE;
|
| + virtual void RemoveOverlayView() OVERRIDE;
|
|
|
| // Implementation of RenderViewHostDelegate::View.
|
| virtual void CreateNewWindow(
|
|
|