Changeset 187316 in webkit
- Timestamp:
- Jul 24, 2015, 12:54:22 AM (11 years ago)
- Location:
- branches/safari-601.1-branch/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-601.1-branch/Source/WebKit2/ChangeLog
r187315 r187316 1 2015-07-24 Matthew Hanson <matthew_hanson@apple.com> 2 3 Merge r187199. rdar://problem/21945775 4 5 2015-07-22 Tim Horton <timothy_horton@apple.com> 6 7 Fix the build 8 9 * UIProcess/ios/WKContentViewInteraction.h: 10 1 11 2015-07-24 Matthew Hanson <matthew_hanson@apple.com> 2 12 -
branches/safari-601.1-branch/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h
r187314 r187316 122 122 RetainPtr<WKFileUploadPanel> _fileUploadPanel; 123 123 RetainPtr<UIGestureRecognizer> _previewGestureRecognizer; 124 #if HAVE(LINK_PREVIEW) 124 125 RetainPtr<UIPreviewItemController> _previewItemController; 126 #endif 125 127 126 128 std::unique_ptr<WebKit::SmartMagnificationController> _smartMagnificationController;
Note:
See TracChangeset
for help on using the changeset viewer.