diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-24 09:44:57 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-24 09:44:57 -0700 |
commit | 3cf380678a801294f8fae45b4594682dce224165 (patch) | |
tree | 04d1b99b14548d5351021eb78800257e6d0d609f /iPhonePrivate.h | |
parent | b1497b56219ae6773df40864729329f8b17f33fa (diff) |
Correctly handle layout updates of background tabs.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index fc85776..98f86b4 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -6,6 +6,7 @@ #include <UIKit/UIKit.h> // }}} // #import <*> {{{ +#import <WebKit/WebFrame.h> #import <WebKit/WebPreferences.h> // }}} // typedef enum {*} *; {{{ @@ -341,6 +342,10 @@ typedef enum { @end // }}} // @interface Web* (*) {{{ +@interface WebFrame (Apple) +- (void) setNeedsLayout; +@end + @interface WebPreferences (Apple) + (void) _setInitialDefaultTextEncodingToSystemEncoding; - (void) _setLayoutInterval:(NSInteger)interval; |