|
Removing "using" declarations that import names in the C++ Standard library.(Source/platform/[geometry,graphics])
This is as per the the coding guidelines for blink.
Do not use "using" declarations of any kind to import names
in the standard template library. Directly qualify the names
at the point they're used instead.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181072
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+35 lines, -57 lines) |
Patch |
|
M |
Source/platform/geometry/FloatQuad.cpp
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/platform/geometry/FloatSize.cpp
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/platform/geometry/RoundedRect.cpp
|
View
|
|
3 chunks |
+12 lines, -14 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/Color.cpp
|
View
|
|
4 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/CrossfadeGeneratedImage.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/GraphicsContext.cpp
|
View
|
1
|
3 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/ImageBuffer.cpp
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/filters/FEDropShadow.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/filters/FEGaussianBlur.cpp
|
View
|
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/filters/FEMorphology.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/platform/graphics/gpu/DrawingBuffer.cpp
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|