Changeset 181524 in webkit
- Timestamp:
- Mar 15, 2015, 11:28:46 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r181523 r181524 1 2015-03-15 Dan Bernstein <mitz@apple.com> 2 3 Fixed the iOS build after r181522. 4 5 * page/FrameView.cpp: 6 (WebCore::FrameView::performPostLayoutTasks): 7 1 8 2015-03-15 Andy Estes <aestes@apple.com> 2 9 -
trunk/Source/WebCore/page/FrameView.cpp
r181522 r181524 2981 2981 if (!frame().isMainFrame()) { 2982 2982 updateSnapOffsets(); 2983 #if PLATFORM(MAC) 2983 2984 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) 2984 2985 return scrollAnimator->updateScrollAnimatorsAndTimers(); 2986 #endif 2985 2987 } 2986 2988 #endif
Note:
See TracChangeset
for help on using the changeset viewer.