Changeset 246314 in webkit
- Timestamp:
- Jun 11, 2019, 8:33:46 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css/CSSComputedStyleDeclaration.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r246313 r246314 1 2019-06-11 Devin Rousso <drousso@apple.com> 2 3 Include `touch-action` in the computed styles list 4 https://bugs.webkit.org/show_bug.cgi?id=198742 5 6 Reviewed by Antoine Quint. 7 8 * css/CSSComputedStyleDeclaration.cpp: 9 1 10 2019-06-11 Michael Catanzaro <mcatanzaro@igalia.com> 2 11 -
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
r246285 r246314 459 459 CSSPropertyVectorEffect, 460 460 CSSPropertyX, 461 CSSPropertyY 461 CSSPropertyY, 462 #if ENABLE(POINTER_EVENTS) 463 CSSPropertyTouchAction, 464 #endif 462 465 }; 463 466
Note:
See TracChangeset
for help on using the changeset viewer.