X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit2%2FUIProcess%2FAPI%2FCocoa%2FWKWebViewPrivate.h;h=f27c8a358cf5bc08670f13be9b23b8bbc8ade4d4;hp=300d1eeedf6685c57936e8e1f383121353fdb3e1;hb=0f2cb0277958dc2d8262924639ff892bab56736a;hpb=2a6a01dc5181e6ca67ada2a7fe64d5b79370efc2;ds=inline diff --git a/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h b/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h index 300d1ee..f27c8a3 100644 --- a/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h +++ b/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h @@ -91,6 +91,9 @@ typedef NS_ENUM(NSInteger, _WKPaginationMode) { - (void)_close; +@property (nonatomic, getter=_isFixedLayoutEnabled, setter=_setFixedLayoutEnabled:) BOOL _fixedLayoutEnabled; +@property (nonatomic, setter=_setFixedLayoutSize:) CGSize _fixedLayoutSize; + #if TARGET_OS_IPHONE // DERECATED: The setters of the three following function are deprecated, please use overrideLayoutParameters. // Define the smallest size a page take with a regular viewport.