| Index: chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| index 2e6bd24080158ca3e3e24c81a54b18a9b2cced20..eaf67937b100b45cff209ef04bc8911385f6ee62 100644
|
| --- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| @@ -34,6 +34,7 @@ class ShellWindowGtk : public ShellWindow,
|
| virtual bool IsMaximized() const OVERRIDE;
|
| virtual bool IsMinimized() const OVERRIDE;
|
| virtual bool IsFullscreen() const OVERRIDE;
|
| + virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
| virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual void Show() OVERRIDE;
|
|
|