mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make it a regular enum and remove it from all the functions it's not actually used. Also, make paintLayer and PaintLayerFlags private since they're only used in RenderLayer. R=eseidel@google.com Review URL: https://codereview.chromium.org/779183004