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