Changeset 181658 in webkit
- Timestamp:
- Mar 17, 2015, 12:58:15 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r181657 r181658 67 67 * page/ChromeClient.h: 68 68 Return Nullopt (indicating a lack of override) by default. 69 70 2015-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. 69 78 70 79 2015-03-17 Dean Jackson <dino@apple.com> -
trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp
r181655 r181658 246 246 CSSPropertyWebkitAnimationPlayState, 247 247 CSSPropertyWebkitAnimationTimingFunction, 248 #if ENABLE(CSS_ANIMATIONS_LEVEL_2) 248 249 CSSPropertyWebkitAnimationTrigger, 250 #endif 249 251 CSSPropertyWebkitAppearance, 250 252 CSSPropertyWebkitBackfaceVisibility,
Note:
See TracChangeset
for help on using the changeset viewer.