|
Cleanup BubbleFrameView and BubbleBorder construction.
Pass custom color to BubbleBorder ctor (or SK_ColorWHITE default).
Call BubbleFrameView::SetBubbleBorder instead and remove border ctor arg.
Misc refactoring and cleanup.
TODO(followup): Update bubbles to use BubbleDelegateView where possible.
TODO(followup): Use theme colors for misc borders instead of SK_ColorWHITE.
BUG= 166075
TEST=No observable changes.
R=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180090
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+85 lines, -111 lines) |
Patch |
 |
M |
ash/wm/maximize_bubble_controller.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/notifications/balloon_view_views.cc
|
View
|
1
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
View
|
1
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_border.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
2 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_border.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_delegate.cc
|
View
|
1
|
1 chunk |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_frame_view.h
|
View
|
1
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_frame_view.cc
|
View
|
1
|
3 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/bubble_frame_view_unittest.cc
|
View
|
1
|
3 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/views/bubble/tray_bubble_view.cc
|
View
|
1
|
13 chunks |
+41 lines, -50 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_scroll_view_container.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/window/dialog_frame_view.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|