Descriptionuse default initialization for flattenables
Previously initialization of effects subclasses was duplicated in two files:
SkGlobalInitialization_chromium.cpp
SkGlobalInitialization_default.cpp
With the thought that "default" would be basically everything, and "chromium" would be a filtered set eliminating insecure filters (e.g. picture-based filters).
However, the two files are the same, and control over pictures has moved to a build flag SK_DISALLOW_CROSSPROCESS_PICTUREIMAGEFILTERS, since pictures can be embedded inside other effects class, making the class-level control to coarse-grained.
This change eliminates the duplicate file, so that subsequent changes will be tested in both chrome and skia.
BUG=
Committed: https://crrev.com/b5276c605bb508d04f94b45e4f56540546f62888
Cr-Commit-Position: refs/heads/master@{#369178}
Patch Set 1 #
Messages
Total messages: 16 (8 generated)
|