Changeset 181658 in webkit


Ignore:
Timestamp:
Mar 17, 2015, 12:58:15 PM (10 years ago)
Author:
dino@apple.com
Message:

Implement Scroll Container Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142732

Attempt to fix the build.

  • css/CSSComputedStyleDeclaration.cpp: Add an #if ENABLE guard.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181657 r181658  
    6767        * page/ChromeClient.h:
    6868        Return Nullopt (indicating a lack of override) by default.
     69
     702015-03-17  Dean Jackson  <dino@apple.com>
     71
     72        Implement Scroll Container Animation Triggers
     73        https://bugs.webkit.org/show_bug.cgi?id=142732
     74
     75        Attempt to fix the build.
     76
     77        * css/CSSComputedStyleDeclaration.cpp: Add an #if ENABLE guard.
    6978
    70792015-03-17  Dean Jackson  <dino@apple.com>
  • trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp

    r181655 r181658  
    246246    CSSPropertyWebkitAnimationPlayState,
    247247    CSSPropertyWebkitAnimationTimingFunction,
     248#if ENABLE(CSS_ANIMATIONS_LEVEL_2)
    248249    CSSPropertyWebkitAnimationTrigger,
     250#endif
    249251    CSSPropertyWebkitAppearance,
    250252    CSSPropertyWebkitBackfaceVisibility,
Note: See TracChangeset for help on using the changeset viewer.