| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 0f8b1df5ef3e43a7c29d77a5445f81b074bb5f21..f29843d2ca41b54127dd14c7613ea7fdfbe0fbcb 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3496,7 +3496,7 @@ bool WebContentsImpl::CreateRenderViewForRenderManager(
|
| return false;
|
| }
|
|
|
| -#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| +#if defined(OS_LINUX) || defined(OS_BSD)
|
| // Force a ViewMsg_Resize to be sent, needed to make plugins show up on
|
| // linux. See crbug.com/83941.
|
| if (rwh_view) {
|
|
|