Changeset 187199 in webkit
- Timestamp:
- Jul 22, 2015, 6:19:41 PM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r187198 r187199 1 2015-07-22 Tim Horton <timothy_horton@apple.com> 2 3 Fix the build 4 5 * UIProcess/ios/WKContentViewInteraction.h: 6 1 7 2015-07-22 Tim Horton <timothy_horton@apple.com> 2 8 -
trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.h
r187193 r187199 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.