|
Move ash specific cursor code to CursorManager.
Main changes are as follows.
- Move the responsibility of managing cursors to ash::CursorManager from aura::RootWindowHostLinux.
- Set the same cursor to all root windows with CursorManager so that cursor is updated properly while dragging across displays
- Introduce CursorLoader class, which implements platform specific cursor loading.
- Add SetDeviceScaleFactor to CursorClient, which sets the device scale factor used for the cursor.
BUG= 132862, 144756
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156109
Total comments: 14
Total comments: 28
Total comments: 2
Total comments: 4
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+773 lines, -370 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/display/mouse_cursor_event_filter.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/drag_drop/drag_drop_controller.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/drag_drop/drag_drop_controller.cc
|
View
|
1
2
3
|
5 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ash/extended_desktop_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/cursor_manager.h
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/cursor_manager.cc
|
View
|
1
2
3
4
|
4 chunks |
+22 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ash/wm/image_cursors.h
|
View
|
1
2
3
4
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/wm/image_cursors.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+123 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/toplevel_window_event_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/ash_init.cc
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/client/cursor_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/client/drag_drop_client.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/aura/desktop/desktop_cursor_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/desktop/desktop_cursor_client.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window_host_linux.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window_host_linux.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
14 chunks |
+9 lines, -306 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window_host_win.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter_unittest.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/cursor/cursor.h
|
View
|
|
2 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/cursor/cursor.cc
|
View
|
|
2 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
A |
ui/base/cursor/cursor_loader.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/cursor/cursor_loader_win.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/cursor/cursor_loader_win.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/cursor/cursor_loader_x11.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/cursor/cursor_loader_x11.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+203 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/events_x.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/x11_util.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/x11_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ui.gyp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webcursor_aura.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|