aw: Always render whole view with auxiliary bitmap
commitabf9d8a185680c402e9fda2fd42a1d62f7893508
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 14 Jul 2014 23:40:09 +0000 (14 23:40 +0000)
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 14 Jul 2014 23:40:09 +0000 (14 23:40 +0000)
treecec749efc30540a12e793850638e1301751ef576
parent3b8c55da1b92f7f56dd9c738278f0dd5d93aa7f4
aw: Always render whole view with auxiliary bitmap

For auxiliary bitmap draw path, always draw the entire view
size because the clip rect bounds is not in the right space
and just returns wrong value sometimes.

This is the last use of clip rect bounds, so remove it
entirely.

BUG=393666

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283083 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/browser/browser_view_renderer.cc
android_webview/browser/browser_view_renderer.h
android_webview/java/src/org/chromium/android_webview/AwContents.java
android_webview/native/aw_contents.cc
android_webview/native/aw_contents.h
android_webview/native/java_browser_view_renderer_helper.cc
android_webview/native/java_browser_view_renderer_helper.h