|
Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API
This CL sets the stage for retracting the SkPicture::kOptimizeForClippedPlayback_RecordingFlag flag
from the public API (more work needs to be done in Blink & Chrome). In the new world the only way
to set this flag (and thus instantiate an SkPicture-derived
class) is by passing a factory to the SkPictureRecorder class. This is to get all clients always using
factories so that we can then change the factory call used (i.e., so the factory just creates a BBH) and
do away with the SkPicture-derived classes.
BUG= skia:2315
Committed: http://code.google.com/p/skia/source/detail?r=14221
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+153 lines, -66 lines) |
Patch |
|
M |
dm/DMReplayTask.cpp
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/gmmain.cpp
|
View
|
|
6 chunks |
+27 lines, -7 lines |
0 comments
|
Download
|
|
M |
gyp/core.gypi
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
gyp/skia_for_chromium_defines.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
include/core/SkPicture.h
|
View
|
|
5 chunks |
+18 lines, -1 line |
0 comments
|
Download
|
|
A |
include/core/SkRTreePicture.h
|
View
|
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/core/SkTileGridPicture.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
samplecode/SamplePictFile.cpp
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/core/SkPicture.cpp
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/core/SkQuadTreePicture.h
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
A |
src/core/SkRTreePicture.cpp
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/ImageFilterTest.cpp
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
tests/PictureTest.cpp
|
View
|
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
tests/TileGridTest.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tools/PictureRenderer.cpp
|
View
|
|
3 chunks |
+4 lines, -27 lines |
0 comments
|
Download
|
|
M |
tools/bench_record.cpp
|
View
|
|
4 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|