summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-17 13:11:21 +0000
committerdconnelly@chromium.org <dconnelly@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-17 13:11:21 +0000
commit26329c0092e737f2b824452eaf2cd2c5775fedce (patch)
treec045b51680377742c27ed39dcdb000e7966c54f2
parent4d283b36da522ca6051046c9ff1654d0cec97964 (diff)
downloadchromium_src-26329c0092e737f2b824452eaf2cd2c5775fedce.zip
chromium_src-26329c0092e737f2b824452eaf2cd2c5775fedce.tar.gz
chromium_src-26329c0092e737f2b824452eaf2cd2c5775fedce.tar.bz2
Revert 229040 "Fix plugin HWNDs being shown, and also in the wro..."
This broke interactive_ui_tests on Mac. > Fix plugin HWNDs being shown, and also in the wrong position, when they're openeing in a background tab. > > This is a regression from r218548. > > BUG=302574 > R=scottmg@chromium.org > > Review URL: https://codereview.chromium.org/26359005 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/26743005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229113 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/browser/web_contents/web_contents_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index 41ae860..7f68273 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -1203,7 +1203,6 @@ void WebContentsImpl::Observe(int type,
}
void WebContentsImpl::Init(const WebContents::CreateParams& params) {
- should_normally_be_visible_ = !params.initially_hidden;
render_manager_.Init(
params.browser_context, params.site_instance, params.routing_id,
params.main_frame_routing_id);