|
Ensure that size passed into drag_utils_win.cc's SetDragImageOnDataObject function is in pixels and is obtained from the SkBitmap instance.
This is needed for the drag image to show up without being clipped.
Removed the size parameter from the drag_utils::SetDragImageOnDataObject functions as it is not needed. We can get the size from the ImageSkia object as needed.
BUG= 381611
R=sky
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276725
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+25 lines, -32 lines) |
Patch |
 |
M |
ash/drag_drop/drag_drop_controller_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_view_aura.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/views/apps_grid_view.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/drag_utils.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/drag_utils.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/drag_utils_aura.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/drag_utils_mac.mm
|
View
|
1
2
3
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/drag_utils_win.cc
|
View
|
1
2
3
|
4 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/button_drag_utils.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/textfield.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|