| Index: third_party/WebKit/public/web/WebTouchAction.h
|
| diff --git a/third_party/WebKit/public/web/WebTouchAction.h b/third_party/WebKit/public/web/WebTouchAction.h
|
| index 8907b4519fcd074fb681a3b6faf16217aedb75af..8ea93ee73e9d4df3497e0aaf0ae4b728687c6c11 100644
|
| --- a/third_party/WebKit/public/web/WebTouchAction.h
|
| +++ b/third_party/WebKit/public/web/WebTouchAction.h
|
| @@ -33,7 +33,8 @@
|
|
|
| namespace blink {
|
|
|
| -// Flags for permitted touch actions, specified in http://w3c.github.io/pointerevents/#the-touch-action-css-property.
|
| +// Flags for permitted touch actions, specified in
|
| +// http://w3c.github.io/pointerevents/#the-touch-action-css-property.
|
| enum WebTouchAction {
|
| WebTouchActionNone = 0x0,
|
| WebTouchActionPanLeft = 0x1,
|
|
|