diff options
Diffstat (limited to 'webkit/tools/test_shell')
-rw-r--r-- | webkit/tools/test_shell/test_shell_gtk.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc index b8dab9a..5fc6f2c 100644 --- a/webkit/tools/test_shell/test_shell_gtk.cc +++ b/webkit/tools/test_shell/test_shell_gtk.cc @@ -251,10 +251,8 @@ void TestShell::ClosePopup() { } void TestShell::ResizeSubViews() { - // The GTK functions to do this are deprecated because it's not really - // something that X windows supports. It's not clear exactly what should be - // done here. - NOTIMPLEMENTED(); + // This function is used on Windows to re-layout the window on a resize. + // GTK manages layout for us so we do nothing. } /* static */ std::string TestShell::DumpImage( |