Fixed webview_plugin placeholders not rendering.
commit1fea1d933ba6ff1f1e959786123b6e67e84beb31
authorbokan@chromium.org <bokan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 22 Nov 2013 00:12:35 +0000 (22 00:12 +0000)
committerbokan@chromium.org <bokan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 22 Nov 2013 00:12:35 +0000 (22 00:12 +0000)
tree434dad7323dbc6678f71c37fe4cd41f2fe8c28e8
parent58d094945371642ede841e9262155eb42d9364a6
Fixed webview_plugin placeholders not rendering.

The plugin placeholder was loading into a WebView, which had viewport
enabled so the placeholder was loading the page at the 980px layout width.
For some reason this caused it not to render at all. Setting the plugin WebView
to use the FixedLayoutSize pegged to the WebView size fixes the problem.

BUG=320621

Review URL: https://codereview.chromium.org/81373002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236645 0039d316-1c4b-4281-b951-d872f2087c98
components/plugins/renderer/webview_plugin.cc