| Index: content/browser/tab_contents/tab_contents.cc
|
| diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc
|
| index fd84d52269e46fcb6c3ce231441186059c69411c..c6e9bd237a5aa3b7ba0d866059267709b944fb93 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -1956,7 +1956,7 @@ bool TabContents::CreateRenderViewForRenderManager(
|
| if (!render_view_host->CreateRenderView(string16()))
|
| return false;
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| // Force a ViewMsg_Resize to be sent, needed to make plugins show up on
|
| // linux. See crbug.com/83941.
|
| if (RenderWidgetHost* render_widget_host = rwh_view->GetRenderWidgetHost())
|
|
|