Notify compositor about auto resized WebViews.

In r185621 I changed the compositor to only get notified about viewport
size changes in OnResize(), but auto resize mode WebViews change their
own size in WebViewImpl and don't call OnResize at all.  Add an extra
call from didAutoResize, and also from SetDeviceScaleFactor since that's
another input to the size.

NOTRY=true
BUG=180378


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186429 0039d316-1c4b-4281-b951-d872f2087c98
4 files changed