|
Cleanup ash-based code for Windows drag-and-drop graphics.
This moves the windows-specific implementation into the window
OSExchangeData::Provider. Since there's no ash that code does
not need to handle both anymore.
On windows+mus we use a OSExchangeDataProviderMus in the UI
process instead, which will do the right thing (the same thing
that drag_utils used to do instead of calling to the
OSExchangeData::Provider).
Changes the return type of GetDrawImage{Offset} to be more
friendly to implementations that do not return a ref to a
member variable.
R=sadrul@chromium.org
Review-Url: https://codereview.chromium.org/2792183002
Cr-Commit-Position: refs/heads/master@{#465653}
Committed: https://chromium.googlesource.com/chromium/src/+/e100d023fafad14a1a1eff16c68c8328c4a78770
Total comments: 9
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+99 lines, -202 lines) |
Patch |
 |
M |
ash/drag_drop/drag_drop_controller_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/browser_actions_container.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_view_aura.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/app_list/views/app_list_item_view.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/mus/os_exchange_data_provider_mus.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/mus/os_exchange_data_provider_mus.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/BUILD.gn
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
D |
ui/base/dragdrop/drag_utils.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
D |
ui/base/dragdrop/drag_utils.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/drag_utils_win.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -87 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
2 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data_provider_aura.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data_provider_aura.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data_provider_aurax11.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data_provider_aurax11.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data_provider_mac.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data_provider_mac.mm
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data_provider_win.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/base/dragdrop/os_exchange_data_provider_win.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+71 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/views/button_drag_utils.cc
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_controller.cc
|
View
|
1
2
3
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/textfield/textfield.cc
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 78 (48 generated)
|