OSDN Git Service

Fix artifact with clipped webview content
authorChet Haase <chet@google.com>
Fri, 28 Jan 2011 08:20:04 +0000 (00:20 -0800)
committerChet Haase <chet@google.com>
Fri, 28 Jan 2011 08:20:04 +0000 (00:20 -0800)
commit91fc3cf3b62833515a48ceb59546200994c6af5c
treeaae11cf852e941dad1796316b4b05b1382de49aa
parent270cbcc16a72f982d84afeb5e3fd3f166936394a
Fix artifact with clipped webview content

We were incorrectly calculating the webview viewport in cases
where the viewport was clipped. We now pass down null for the
viewport, which is an indicator for the native code to noop
drawGL calls with a null viewport.

Change-Id: Iecf191eb447869819e357a15a360f0f08c47c273
core/java/android/webkit/WebView.java