From 0d7cbe7d379f0d0307b103e90b8843061b4426d9 Mon Sep 17 00:00:00 2001 From: Victoria Lease Date: Thu, 1 Mar 2012 16:05:14 -0800 Subject: take proper credit for overflow scrolling support Bug: 5771391 Change-Id: I3072fd1e9ad7b0ab9d3f6beac84c125d1930024f --- Source/WebCore/css/CSSPropertyNames.in | 1 + Source/WebCore/css/CSSValueKeywords.in | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'Source/WebCore/css') diff --git a/Source/WebCore/css/CSSPropertyNames.in b/Source/WebCore/css/CSSPropertyNames.in index a62d2f3..395b7cf 100644 --- a/Source/WebCore/css/CSSPropertyNames.in +++ b/Source/WebCore/css/CSSPropertyNames.in @@ -306,3 +306,4 @@ z-index -webkit-user-drag -webkit-user-modify -webkit-user-select +-webkit-overflow-scrolling diff --git a/Source/WebCore/css/CSSValueKeywords.in b/Source/WebCore/css/CSSValueKeywords.in index 6dac06f..5b6e5b0 100644 --- a/Source/WebCore/css/CSSValueKeywords.in +++ b/Source/WebCore/css/CSSValueKeywords.in @@ -756,6 +756,10 @@ windowed manual # auto +# -webkit-overflow-scrolling +# auto +touch + # -webkit-writing-mode # SVG compatibility lr -- cgit v1.1