Changeset 120281 in webkit
- Timestamp:
- Jun 13, 2012, 10:59:14 PM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/CMakeLists.txt
r120188 r120281 2200 2200 IF (ENABLE_SMOOTH_SCROLLING) 2201 2201 LIST(APPEND WebCore_SOURCES 2202 platform/ActivePlatformGestureAnimation.cpp 2202 2203 platform/ScrollAnimatorNone.cpp 2204 platform/TouchpadFlingPlatformGestureCurve.cpp 2203 2205 ) 2204 2206 ENDIF () -
trunk/Source/WebCore/ChangeLog
r120280 r120281 1 2012-06-13 Eli Fidler <efidler@rim.com> 2 3 Fix CMake build with SMOOTH_SCROLLING enabled 4 https://bugs.webkit.org/show_bug.cgi?id=89032 5 6 Reviewed by Antonio Gomes. 7 8 SMOOTH_SCROLLING pulls in ScrollAnimatorNone.cpp, which has 9 dependencies on platform/ActivePlatformGestureAnimation.cpp and 10 platform/TouchpadFlingPlatformGestureCurve.cpp 11 12 * CMakeLists.txt: 13 1 14 2012-06-13 Mihai Balan <mibalan@adobe.com> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.