Chromium Code Reviews
DescriptionConvert the enum objects in cc/scheduler/scheduler_state_machine.h to C++ "enum class" objects
The cc/scheduler/scheduler_state_machine uses a lot of enums.
Those enums are not real types and hence have subtle problems.
C++ introduced the concept of "enum class" types which would be better replacements.
BUG=440759
Patch Set 1 #
Total comments: 3
Messages
Total messages: 9 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||