Chromium Code Reviews| Index: webkit/glue/chrome_client_impl.h |
| =================================================================== |
| --- webkit/glue/chrome_client_impl.h (revision 19223) |
| +++ webkit/glue/chrome_client_impl.h (working copy) |
| @@ -112,7 +112,7 @@ |
| virtual void mouseDidMoveOverElement(const WebCore::HitTestResult& result, |
| unsigned modifierFlags); |
| - virtual void setToolTip(const WebCore::String& tooltip_text); |
| + virtual void setToolTip(const WebCore::String& tooltip_text, WebCore::TextDirection dir); |
|
idana
2009/07/21 00:45:26
Can you put the second parameter on its own line (
|
| virtual void print(WebCore::Frame*); |