Index: webkit/glue/chrome_client_impl.h |
=================================================================== |
--- webkit/glue/chrome_client_impl.h (revision 4621) |
+++ webkit/glue/chrome_client_impl.h (working copy) |
@@ -111,7 +111,8 @@ |
virtual void runFileChooser(const WebCore::String&, |
PassRefPtr<WebCore::FileChooser>); |
virtual void popupOpened(WebCore::FramelessScrollView* popup_view, |
- const WebCore::IntRect& bounds); |
+ const WebCore::IntRect& bounds, |
+ bool focus_on_show); |
virtual void setCursor(const WebCore::Cursor&); |
private: |