Commit 0e14b50
committed
[RE] Change KawaseBlurFilter's temp SkSurface to be unbudgeted
This means it won't count against Skia's internal caching budget.
Since this is so short lived I doubt it will affect anything in practice,
but it's important to change for clarity for two reasons:
1. The equivalent Graphite function doesn't allow the SkSurface to
be budgeted.
2. When `surfaceTwo` is created from `surface`, the result is always
unbudgeted. See TODO in `SkSurface_Ganesh::onNewSurface` of
external/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.cpp
Bug: 293371537
Change-Id: Icd91aaa5b6385458eb92d385241d27c19dd6cce41 parent f8680e6 commit 0e14b50
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments