Changeset 177841 in webkit


Ignore:
Timestamp:
Dec 31, 2014, 5:25:50 PM (11 years ago)
Author:
mitz@apple.com
Message:

Fixed the iOS build.

  • page/scrolling/ios/ScrollingCoordinatorIOS.mm:

(WebCore::ScrollingCoordinatorIOS::commitTreeState):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r177840 r177841  
     12014-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
    182014-12-31  Csaba Osztrogonác  <ossy@webkit.org>
    29
  • trunk/Source/WebCore/page/scrolling/ios/ScrollingCoordinatorIOS.mm

    r176459 r177841  
    101101    ASSERT(scrollingStateTree()->hasChangedProperties());
    102102
    103     OwnPtr<ScrollingStateTree> treeState = scrollingStateTree()->commit(LayerRepresentation::PlatformLayerRepresentation);
     103    scrollingStateTree()->commit(LayerRepresentation::PlatformLayerRepresentation);
    104104    // FIXME: figure out how to commit.
    105105}
Note: See TracChangeset for help on using the changeset viewer.