|
app_shell: Add support for mouse cursors.
Move ImageCursors from ash/wm/ to ui/base/cursors/ and add a
NativeCursorManager implementation for
ShellDesktopController to use.
BUG= 364290
TEST=cursor is visible when running app_shell on a Chrome OS
device and changes after mousing over a link
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266694
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+195 lines, -312 lines) |
Patch |
 |
M |
apps/shell/browser/shell_desktop_controller.h
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/shell/browser/shell_desktop_controller.cc
|
View
|
1
2
3
|
3 chunks |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/display/cursor_window_controller.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/test/cursor_manager_test_api.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/ash_native_cursor_manager.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/wm/ash_native_cursor_manager.cc
|
View
|
1
2
3
|
4 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ash/wm/ash_native_cursor_manager_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
ash/wm/image_cursors.h
|
View
|
|
1 chunk |
+0 lines, -56 lines |
0 comments
|
Download
|
 |
D |
ash/wm/image_cursors.cc
|
View
|
|
1 chunk |
+0 lines, -154 lines |
0 comments
|
Download
|
 |
A + |
ui/base/cursor/image_cursors.h
|
View
|
1
|
3 chunks |
+13 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
ui/base/cursor/image_cursors.cc
|
View
|
|
5 chunks |
+57 lines, -61 lines |
0 comments
|
Download
|
 |
M |
ui/base/ui_base.gyp
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/wm/core/native_cursor_manager.h
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|