git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move the legacy WebKit API into WebKitLegacy.framework and move it inside WebKit...
[WebKit-https.git]
/
Source
/
WebKit
/
ios
/
DefaultDelegates
/
WebDefaultUIKitDelegate.m
diff --git
a/Source/WebKit/ios/DefaultDelegates/WebDefaultUIKitDelegate.m
b/Source/WebKit/ios/DefaultDelegates/WebDefaultUIKitDelegate.m
index 9aaa5f0052e79cd5ce70317057a1272396b03149..f173dbabeab1a05359bd249c3814c58587a8f6ef 100644
(file)
--- a/
Source/WebKit/ios/DefaultDelegates/WebDefaultUIKitDelegate.m
+++ b/
Source/WebKit/ios/DefaultDelegates/WebDefaultUIKitDelegate.m
@@
-236,6
+236,15
@@
static WebDefaultUIKitDelegate *sharedDelegate = nil;
return nil;
}
+- (CGPoint)interactionLocation
+{
+ return CGPointZero;
+}
+
+- (void)showPlaybackTargetPicker:(BOOL)hasVideo fromRect:(CGRect)elementRect
+{
+}
+
- (BOOL)hasRichlyEditableSelection
{
return NO;