diff options
Diffstat (limited to 'content/shell/shell_gtk.cc')
-rw-r--r-- | content/shell/shell_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_gtk.cc b/content/shell/shell_gtk.cc index 12ac1d8..a08202f 100644 --- a/content/shell/shell_gtk.cc +++ b/content/shell/shell_gtk.cc @@ -29,7 +29,7 @@ void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) { void Shell::PlatformSetAddressBarURL(const GURL& url) { } -void Shell::PlatformCreateWindow() { +void Shell::PlatformCreateWindow(int width, int height) { NOTIMPLEMENTED(); } |