Implement direction-specific touch-action values.
commitf4c8e2abff40c85ff5ed0ff4baa1055e8c1dcf3e
authordtapuska <dtapuska@chromium.org>
Tue, 19 May 2015 16:59:51 +0000 (19 09:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 19 May 2015 17:00:54 +0000 (19 17:00 +0000)
tree8505fe932b88e81bdbdd092ad917a3bb1d60181d
parent53c10787252dab32e84c88e9686dd5cb11d79c2f
Implement direction-specific touch-action values.

Now that change https://codereview.chromium.org/1137483003/ has landed
fix up change (https://codereview.chromium.org/1131093002/) by removing
the #if 0 and static casts.

This change doesn't provide an implementation of touch-action
because it has previously landed. But it activates
the code paths because now pan-left/pan-right/pan-up/pan-down
are passed transformed correctly between the blink and content
APIs.

BUG=476556
TEST=content_unittests

Review URL: https://codereview.chromium.org/1137153003

Cr-Commit-Position: refs/heads/master@{#330525}
content/renderer/render_widget.cc