|
Remove FramelessScrollView.
This class was only used for rendering <select> elements. PopupListBox now
inherits ScrollView directly. (With future refactorings of the scrolling code
it may not even do that.)
PopupContainer now inherits Widget. There is no need for it to be a ScrollView
since it never actually scrolls.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181769
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+159 lines, -325 lines) |
Patch |
 |
M |
Source/platform/blink_platform.gypi
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
D |
Source/platform/scroll/FramelessScrollView.h
|
View
|
|
1 chunk |
+0 lines, -94 lines |
0 comments
|
Download
|
 |
D |
Source/platform/scroll/FramelessScrollView.cpp
|
View
|
|
1 chunk |
+0 lines, -100 lines |
0 comments
|
Download
|
 |
D |
Source/platform/scroll/FramelessScrollViewClient.h
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
M |
Source/web/PopupContainer.h
|
View
|
|
3 chunks |
+25 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/web/PopupContainer.cpp
|
View
|
|
10 chunks |
+26 lines, -15 lines |
0 comments
|
Download
|
 |
A + |
Source/web/PopupContainerClient.h
|
View
|
1
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/web/PopupListBox.h
|
View
|
|
7 chunks |
+35 lines, -23 lines |
0 comments
|
Download
|
 |
M |
Source/web/PopupListBox.cpp
|
View
|
|
8 chunks |
+55 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/web/PopupMenuChromium.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebPopupMenuImpl.h
|
View
|
|
5 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebPopupMenuImpl.cpp
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/web/web.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 7 (3 generated)
|