|
Removing using declarations that import names in the C++ Standard library.
According to the coding guidelines for blink, we should not use
"using" declarations of any kind to import names in the C++ Standard
library. This patch removes all those "using" declarations.
Effected folder: Source/core/css
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176436
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+17 lines, -33 lines) |
Patch |
|
M |
Source/core/css/CSSFontSelector.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSGradientValue.cpp
|
View
|
|
5 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSReflectValue.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/PropertySetCSSStyleDeclaration.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/StylePropertySerializer.cpp
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/css/StylePropertySet.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/parser/BisonCSSParser-in.cpp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/parser/CSSPropertyParser.cpp
|
View
|
|
4 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleResolver.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|