Changeset 192554 in webkit


Ignore:
Timestamp:
Nov 17, 2015 4:27:05 PM (8 years ago)
Author:
matthew_hanson@apple.com
Message:

Rollout r192475. rdar://problem/22846841

Location:
branches/safari-601.1.46-branch/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-601.1.46-branch/Source/WebKit2/ChangeLog

    r192553 r192554  
     12015-11-13  Matthew Hanson  <matthew_hanson@apple.com>
     2
     3        Rollout r192475. rdar://problem/22846841
     4
    152015-11-13  Matthew Hanson  <matthew_hanson@apple.com>
    26
     
    3943            (WebKit::WebPageProxy::processDidBecomeResponsive):  Call navigationClient's processDidBecomeResponsive if the page proxy
    4044                has navigationClient.
    41 
    42 2015-11-16  Matthew Hanson  <matthew_hanson@apple.com>
    43 
    44         Merge r189637. rdar://problem/22846841
    45 
    46     2015-09-11  Beth Dakin  <bdakin@apple.com>
    47 
    48             Another build fix.
    49 
    50             * UIProcess/mac/ViewSnapshotStore.h:
    51             (WebKit::ViewSnapshot::size):
    52             (WebKit::ViewSnapshot::imageSizeInBytes):
    5345
    54462015-11-13  Matthew Hanson  <matthew_hanson@apple.com>
  • branches/safari-601.1.46-branch/Source/WebKit2/UIProcess/mac/ViewSnapshotStore.h

    r192475 r192554  
    8484#else
    8585    WebCore::IntSize size() const { return m_size; }
    86     size_t imageSizeInBytes() const { return m_imageSizeInBytes; }
    8786#endif
    8887
Note: See TracChangeset for help on using the changeset viewer.