Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: webkit/glue/chrome_client_impl.h

Issue 147240: Review Request: display tooltip in the directionality of its element's (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/glue/chrome_client_impl.cc » ('j') | webkit/glue/chrome_client_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | webkit/glue/chrome_client_impl.cc » ('j') | webkit/glue/chrome_client_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698