|
Change function signature of SkPDFObject::emitObject.
Replace virutal SkPDFObject::emitObject(s, c, true) with non-virtual
SkPDFObject::emitIndirectObject(s, c), since none of the subclasses do
(or should do) anything different.
Replace object->emitObject(s, c, false) with object->emitObject(s, c)
This is one step in simplifying the SkPDFObject interface to allow for
the next step in refactoring.
Committed: https://skia.googlesource.com/skia/+/4fc48af0d7bec93a911d32330f251386a8adec98
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+40 lines, -83 lines) |
Patch |
|
M |
src/pdf/SkPDFDocument.cpp
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFFont.cpp
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFFontImpl.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFGraphicState.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFGraphicState.cpp
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFPage.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFStream.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFStream.cpp
|
View
|
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFTypes.h
|
View
|
|
9 chunks |
+10 lines, -20 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFTypes.cpp
|
View
|
|
9 chunks |
+14 lines, -38 lines |
0 comments
|
Download
|
|
M |
tests/PDFPrimitivesTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (4 generated)
|