[Android WebView] Clip to visible rect
commitf0ac86c6477071dc77cfd08d96b40b88a369ca30
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 8 Aug 2013 13:36:40 +0000 (8 13:36 +0000)
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 8 Aug 2013 13:36:40 +0000 (8 13:36 +0000)
treecf0e81de6e6fcba4c240d6c9ad243c21f53ba261
parent5b0f5e6223b5ae7fea27744c93637d970f49fc99
[Android WebView] Clip to visible rect

Only draw to the intersection of the clip and the visible
rect. This is an optimization that is not always correct,
but this matches better with existing behavior.

BUG=
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216389 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/browser/in_process_view_renderer.cc
android_webview/java/src/org/chromium/android_webview/AwContents.java