| 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 bcd1f382c729a12265d247475b571f9cb59ea6e9..37580434d2f3611656107ed71c9c8e91c7529248 100644
|
| --- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h
|
| @@ -50,6 +50,10 @@ class ShellWindowGtk : public NativeShellWindow,
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void FlashFrame(bool flash) OVERRIDE;
|
| virtual bool IsAlwaysOnTop() const OVERRIDE;
|
| + virtual gfx::Rect ContentBoundsForWindowBounds(
|
| + const gfx::Rect& window_bounds) const OVERRIDE;
|
| + virtual gfx::Rect WindowBoundsForContentBounds(
|
| + const gfx::Rect& content_bounds) const OVERRIDE;
|
|
|
| // ActiveWindowWatcherXObserver implementation.
|
| virtual void ActiveWindowChanged(GdkWindow* active_window) OVERRIDE;
|
|
|