diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-19 16:16:44 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-19 17:01:07 -0800 |
commit | 8dbdaafa2948a9c2fb180a9571bf3bb0a669b934 (patch) | |
tree | ba9a5991cbcba7b1b8a6521b3416e5ca0ec3b2ea /UICaboodle/BrowserView.h | |
parent | 673a6e1ab4f3aab438db5281785b516c3c151e48 (diff) |
Use setViewportWidth: only on main thread.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index 4e9be45..51cb345 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -130,4 +130,6 @@ - (void) dispatchEvent:(NSString *)event; +- (void) setViewportWidthOnMainThread:(float)value; + @end |