|
Move CPU() macro to it's own header from wtf/Platform.h
Platform.h should be broken into pieces in order to minimize the need of world rebuilds.
This is a step in that direction. CPU() related things have been moved to wtf/CPU.h which
is made explicitly included where it is used. Also fixed include styles everywhere I walked.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150638
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+306 lines, -255 lines) |
Patch |
|
M |
Source/WebKit/chromium/src/WebImageDecoder.cpp
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/html/canvas/DataView.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/page/NavigatorBase.cpp
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/GraphicsContext3D.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/cpu/arm/filters/FELightingNEON.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/graphics/transforms/TransformationMatrix.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/platform/image-decoders/bmp/BMPImageReader.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/Atomics.h
|
View
|
1
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
A |
Source/wtf/CPU.h
|
View
|
1
2
|
1 chunk |
+254 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/wtf/FastMalloc.cpp
|
View
|
1
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/wtf/MathExtras.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/Platform.h
|
View
|
1
|
2 chunks |
+0 lines, -221 lines |
0 comments
|
Download
|
|
M |
Source/wtf/SizeLimits.cpp
|
View
|
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/wtf/StdLibExtras.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/wtf/dtoa.cpp
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/wtf/dtoa/utils.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/wtf/text/ASCIIFastPath.h
|
View
|
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/wtf/wtf.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|