| Index: webkit/glue/chrome_client_impl.h
|
| ===================================================================
|
| --- webkit/glue/chrome_client_impl.h (revision 30061)
|
| +++ webkit/glue/chrome_client_impl.h (working copy)
|
| @@ -44,6 +44,8 @@
|
| virtual bool canTakeFocus(WebCore::FocusDirection);
|
| virtual void takeFocus(WebCore::FocusDirection);
|
|
|
| + virtual void focusedNodeChanged(WebCore::Node*);
|
| +
|
| virtual WebCore::Page* createWindow(WebCore::Frame*,
|
| const WebCore::FrameLoadRequest&,
|
| const WebCore::WindowFeatures&);
|
|
|