Changeset 246314 in webkit


Ignore:
Timestamp:
Jun 11, 2019 8:33:46 AM (5 years ago)
Author:
Devin Rousso
Message:

Include touch-action in the computed styles list
https://bugs.webkit.org/show_bug.cgi?id=198742

Reviewed by Antoine Quint.

  • css/CSSComputedStyleDeclaration.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r246313 r246314  
     12019-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
    1102019-06-11  Michael Catanzaro  <mcatanzaro@igalia.com>
    211
  • trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp

    r246285 r246314  
    459459    CSSPropertyVectorEffect,
    460460    CSSPropertyX,
    461     CSSPropertyY
     461    CSSPropertyY,
     462#if ENABLE(POINTER_EVENTS)
     463    CSSPropertyTouchAction,
     464#endif
    462465};
    463466
Note: See TracChangeset for help on using the changeset viewer.