 Chromium Code Reviews
 Chromium Code Reviews Issue 87973002:
  add pan-x and pan-y support to CSS touch-action parsing.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 87973002:
  add pan-x and pan-y support to CSS touch-action parsing.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/core/css/CSSValueKeywords.in | 
| diff --git a/Source/core/css/CSSValueKeywords.in b/Source/core/css/CSSValueKeywords.in | 
| old mode 100644 | 
| new mode 100755 | 
| index 5ef30f8be6f5d37cf4b13d3420f135267f8aae9e..c2c3a1b4765caa45bf031dfaa9cecc518894747f | 
| --- a/Source/core/css/CSSValueKeywords.in | 
| +++ b/Source/core/css/CSSValueKeywords.in | 
| @@ -1013,3 +1013,7 @@ isolate | 
| // touch-action-delay | 
| // none | 
| script | 
| + | 
| +// touch-action | 
| +pan-x | 
| +pan-y |