|
Extract the code of showing a dragging window on another display from PhantomWindowController.
PhantomWindowController shows two styles of window, STYLE_SHADOW and STYLE_DRAGGING.
Although STYLE_SHADOW is specific to workspace, STYLE_DRAGGING is not specific to
workspace. This CL separates this feature into two classes so that the
STYLE_DRAGGING part can be used from non-workspace specific code
- Extract the STYLE_DRAGGING part from PhantomWindowController into DragWindowController.
- Move the ownership of the copied window layer from WorkspaceWindowResizer to
DragWindowController.
BUG= 156519
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171048
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+284 lines, -190 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shell_window_ids.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
ash/wm/drag_window_controller.h
|
View
|
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/wm/drag_window_controller.cc
|
View
|
1
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/gestures/system_pinch_handler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/frame_maximize_button.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/phantom_window_controller.h
|
View
|
|
6 chunks |
+2 lines, -37 lines |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/phantom_window_controller.cc
|
View
|
|
7 chunks |
+11 lines, -74 lines |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/workspace_window_resizer.h
|
View
|
|
6 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/workspace_window_resizer.cc
|
View
|
|
10 chunks |
+16 lines, -42 lines |
0 comments
|
Download
|
 |
M |
ash/wm/workspace/workspace_window_resizer_unittest.cc
|
View
|
|
7 chunks |
+23 lines, -23 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|