|
Add a floating close button for arc custom notification
Needed because default notification close button is part of views
hierarchy and covered by the notification surface. This CL adds
a floating version of close button that sits on top of the notification
surface.
BUG=b/25816173
TBR=brettw@chromium.org
Committed: https://crrev.com/369cf0cdf40fd31940504f01785b1e7a6c80ef13
Cr-Commit-Position: refs/heads/master@{#403196}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+256 lines, -20 lines) |
Patch |
 |
M |
.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/arc.gypi
|
View
|
1
2
3
4
|
3 chunks |
+34 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/arc/BUILD.gn
|
View
|
1
2
3
|
4 chunks |
+35 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/arc/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/arc.gyp
|
View
|
1
2
3
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/DEPS
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_custom_notification_item.h
|
View
|
|
3 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_custom_notification_item.cc
|
View
|
|
5 chunks |
+25 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_custom_notification_view.h
|
View
|
|
1 chunk |
+32 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_custom_notification_view.cc
|
View
|
|
2 chunks |
+85 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_item.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 31 (13 generated)
|