DescriptionSimplify TouchAction enum to be a simple bit flag
Originally I used the value 0 for the default touch-action value
(TouchActionAuto). But as touch-action has expanded, it would be
a lot more convenient if we used a pure bit field (where "auto"
was all flags set, and "none" was 0). This was hard to change
before the blink merge, but is now pretty easy.
BUG=None
Committed: https://crrev.com/a8b478daf9eef9e4f8e1ba21327c081b0301945e
Cr-Commit-Position: refs/heads/master@{#357111}
Patch Set 1 #Patch Set 2 : Fix windows build warning #
Total comments: 8
Patch Set 3 : Fix computed style / layout tests and CR feedback #Messages
Total messages: 30 (11 generated)
|