Move webview size information into RWHVGuest.
commit7c194f4763833ae85b83fed6786a26789768f542
authoralexst@chromium.org <alexst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 5 Apr 2013 20:29:04 +0000 (5 20:29 +0000)
committeralexst@chromium.org <alexst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 5 Apr 2013 20:29:04 +0000 (5 20:29 +0000)
tree97931f3a94f5a8be6d384e42da4afe2811b00a1d
parent5085668fd79bb3709331415e3054ea0782d3f4fd
Move webview size information into RWHVGuest.

Managing size information via the platform view has undesirable side effects.

For instance in aura, calls to SetBounds cause the platform view to take
resize locks, which are not needed for something that is displayed indirectly.

BUG=

Review URL: https://chromiumcodereview.appspot.com/13647006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192626 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/renderer_host/render_widget_host_view_guest.cc
content/browser/renderer_host/render_widget_host_view_guest.h
content/browser/web_contents/web_contents_view_guest.cc
content/browser/web_contents/web_contents_view_guest.h