Enable caching of path mask textures by default
TBR=bsalomon@google.com Bug: skia: Change-Id: If12c3b44de76a2fed24dd527cb774fe5be270e8e Reviewed-on: https://skia-review.googlesource.com/52260 Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
parent
072c7102f4
commit
36dcd7f25d
@ -61,7 +61,7 @@ struct GrContextOptions {
|
||||
* If true this allows path mask textures to be cached. This is only really useful if paths
|
||||
* are commonly rendered at the same scale and fractional translation.
|
||||
*/
|
||||
bool fAllowPathMaskCaching = false;
|
||||
bool fAllowPathMaskCaching = true;
|
||||
|
||||
/**
|
||||
* If true, sRGB support will not be enabled unless sRGB decoding can be disabled (via an
|
||||
|
Loading…
Reference in New Issue
Block a user