|
Replace CursorList with RefVector<CursorData>.
We recently added a template in wtf/ for any case where we want to
store a Vector in a RefPtr. The list of CursorData objects should be
implemented by re-using that template, rather than with its own special
class which does exactly the same thing.
I added RefVector::at, because it's used by existing CursorList-code.
(See CSSComputedStyleDeclaration:1875).
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174367
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+5 lines, -71 lines) |
Patch |
|
M |
Source/core/css/CSSComputedStyleDeclaration.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderCustom.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleResourceLoader.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/page/EventHandler.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/RenderObject.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
Source/core/rendering/style/CursorList.h
|
View
|
|
1 chunk |
+0 lines, -62 lines |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/RenderStyle.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/RenderStyle.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/StyleRareInheritedData.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/rendering/style/StyleRareInheritedData.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/RefVector.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|