Chromium Code Reviews| Index: content/browser/browser_plugin/browser_plugin_guest.cc |
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
| index 5e64ff8d944965be51372fd60bd8612e18d56700..ee575e20d2b578ea7e3b972afa3ba615b5899694 100644 |
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc |
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
| @@ -90,6 +90,8 @@ BrowserPluginGuest::BrowserPluginGuest( |
| // update the BrowserPlugin's corresponding 'name' attribute. |
| // TODO(fsamuel): Remove this once http://crbug.com/169110 is addressed. |
| renderer_prefs->report_frame_name_changes = true; |
| + // Webview compositing does not currently work with partial swaps. |
|
Fady Samuel
2013/03/06 18:59:38
Please avoid using the term webview in BrowserPlug
|
| + renderer_prefs->allow_partial_swap = false; |
| // Navigation is disabled in Chrome Apps. We want to make sure guest-initiated |
| // navigations still continue to function inside the app. |
| renderer_prefs->browser_handles_all_top_level_requests = false; |