Changeset 177841 in webkit
- Timestamp:
- Dec 31, 2014, 5:25:50 PM (11 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r177840 r177841 1 2014-12-31 Dan Bernstein <mitz@apple.com> 2 3 Fixed the iOS build. 4 5 * page/scrolling/ios/ScrollingCoordinatorIOS.mm: 6 (WebCore::ScrollingCoordinatorIOS::commitTreeState): 7 1 8 2014-12-31 Csaba Osztrogonác <ossy@webkit.org> 2 9 -
trunk/Source/WebCore/page/scrolling/ios/ScrollingCoordinatorIOS.mm
r176459 r177841 101 101 ASSERT(scrollingStateTree()->hasChangedProperties()); 102 102 103 OwnPtr<ScrollingStateTree> treeState =scrollingStateTree()->commit(LayerRepresentation::PlatformLayerRepresentation);103 scrollingStateTree()->commit(LayerRepresentation::PlatformLayerRepresentation); 104 104 // FIXME: figure out how to commit. 105 105 }
Note:
See TracChangeset
for help on using the changeset viewer.