DescriptionUse standard DOM code definitions instead of custom.
This turns out to be a bit more churn than I'd hoped because ui/events/keycodes/dom/dom_code.h declares a strongly-typed enum, which can't be compared to unsigned int without a cast. Overall, I like the safety of typed enums, so I added the casts rather than declaring our own untyped equivalent, but LMK if you would prefer that.
Committed: https://crrev.com/aadc22f8398b451ed76da4183f05f72b0349f0bd
Cr-Commit-Position: refs/heads/master@{#353626}
Patch Set 1 #Patch Set 2 : Fix unit test compilation. #Patch Set 3 : Fix Mac compile. #Patch Set 4 : Pre-review clean-up. #Patch Set 5 : Fix Windows compile. #
Total comments: 10
Patch Set 6 : Reviewer feedback. #Messages
Total messages: 36 (15 generated)
|