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

Unified Diff: webkit/glue/chrome_client_impl.h

Issue 160169: Merge 21266 - This CL fixes issue 5996: Tooltip gets direction from Chrome la... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 5 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') | no next file with comments »
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 21653)
+++ webkit/glue/chrome_client_impl.h (working copy)
@@ -117,7 +117,8 @@
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);
virtual void print(WebCore::Frame*);
Property changes on: webkit\glue\chrome_client_impl.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/src/webkit/glue/chrome_client_impl.h:r3734-4217,4606-5108,5177-5263
Merged /trunk/src/webkit/glue/chrome_client_impl.h:r21266
« no previous file with comments | « no previous file | webkit/glue/chrome_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698