|
Move TooltipWindowGtk from views/widget to ui/base/gtk.
TooltipWidgetGtk is a gtk based helper class that replaces a widget's default tooltip with a RGBA friendly version. It's not closely coupled with views and ui/base/gtk seems to be a better home for it.
This move gets rid of RenderWidgetHostViewGtk's dependency on views.
BUG=none.
TEST=Expect no change. ChromeOS's tooltip should still have rounded corners.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98475
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+18 lines, -171 lines) |
Patch |
 |
M |
content/browser/renderer_host/render_widget_host_view_gtk.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_gtk.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ui/base/gtk/tooltip_window_gtk.h
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
ui/base/gtk/tooltip_window_gtk.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/ui.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/views.gyp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
views/widget/tooltip_manager_gtk.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
views/widget/tooltip_window_gtk.h
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
views/widget/tooltip_window_gtk.cc
|
View
|
|
1 chunk |
+0 lines, -95 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|