diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-30 03:38:45 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-30 14:37:50 -0800 |
commit | 14f177039526358e06f07893a6a1c39be7803e5f (patch) | |
tree | f3ca979bb1e1ab5ab1d3688e1192d3c155f3891e /UICaboodle | |
parent | 31bc18a795d782782d6d0a03ff5c860ef6a36c66 (diff) |
Add back a documentation warning from the old BrowserView.
Diffstat (limited to 'UICaboodle')
-rw-r--r-- | UICaboodle/BrowserView.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index 705c7e1..d73bca9 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -933,6 +933,8 @@ static void $UIWebViewWebViewDelegate$webViewClose$(UIWebViewWebViewDelegate *se [document setTileSize:CGSizeMake(320, 500)]; [document setBackgroundColor:[UIColor clearColor]]; + + // XXX: this is terribly (too?) expensive [document setDrawsBackground:NO]; WebView *webview([document webView]); |