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..d6cd4aa4d74bcd72739b76804d94e7fad1bdeaa2 100644 |
--- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.h |
+++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.h |
@@ -65,6 +65,7 @@ class ShellWindowGtk : public NativeShellWindow, |
virtual void UpdateDraggableRegions( |
const std::vector<extensions::DraggableRegion>& regions) OVERRIDE; |
virtual void RenderViewHostChanged() OVERRIDE {} |
+ virtual gfx::Insets GetFrameInsets() const OVERRIDE; |
content::WebContents* web_contents() const { |
return shell_window_->web_contents(); |