Update #defines to suppress Ganesh features in SkUserConfigManual.h
The following two #defines are no longer used in Ganesh:
SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
SK_DISABLE_RENDER_TARGET_SORTING
The new #define (SK_DISABLE_REDUCE_OPLIST_SPLITTING) is needed bc Skia is about to enable opList-splitting-reduction by default (in the following CL) and Android probably doesn't want it quite yet:
https://skia-review.googlesource.com/c/skia/+/211101 (Reduce opList splitting by default in Skia)
Test: Tested w/in Skia
Change-Id: If045e1b485f193239eb5ff3c952b6b081d6cb363
1 file changed