|
Clean up usage of SkSurfaceProps
This CL continues cleaning up Skia's usage of SkSurfaceProps. It:
Removes the duplicate SkSurfaceProps object from SkImageFilter::Proxy.
Removes a dispreferred ctor from SkCanvas
Removes the initForRootLayer entry point from SkDevice (since the root device and the canvas should always have the same pixel geometry now).
Committed: https://skia.googlesource.com/skia/+/efbffedd68636e94d4379e84a2585bce80f6fb8f
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+46 lines, -76 lines) |
Patch |
|
M |
include/core/SkCanvas.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
include/core/SkDevice.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
include/core/SkImageFilter.h
|
View
|
|
1 chunk |
+5 lines, -9 lines |
0 comments
|
Download
|
|
M |
include/core/SkSurfaceProps.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
include/effects/SkPictureImageFilter.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkCanvas.cpp
|
View
|
|
4 chunks |
+4 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/core/SkDevice.cpp
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/effects/SkPictureImageFilter.cpp
|
View
|
|
4 chunks |
+11 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrLayerHoister.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/gpu/SkGpuDevice.cpp
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
src/utils/SkDeferredCanvas.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tests/ImageFilterTest.cpp
|
View
|
|
8 chunks |
+22 lines, -13 lines |
0 comments
|
Download
|
Total messages: 12 (5 generated)
|