Skip to content

Commit 7859c18

Browse files
kristianmonsenAndroid (Google) Code Review
authored andcommitted
Merge "Improving PictureListener deprecating comments" into ics-mr1
2 parents 9b5d7a5 + 4aad102 commit 7859c18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/java/android/webkit/WebView.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,11 @@ public interface PictureListener {
936936
* Notify the listener that the picture has changed.
937937
* @param view The WebView that owns the picture.
938938
* @param picture The new picture.
939-
* @deprecated This method is now obsolete.
939+
* @deprecated Due to internal changes, the picture does not include
940+
* composited layers such as fixed position elements or scrollable divs.
941+
* While the PictureListener API can still be used to detect changes in
942+
* the WebView content, you are advised against its usage until a replacement
943+
* is provided in a future Android release
940944
*/
941945
@Deprecated
942946
public void onNewPicture(WebView view, Picture picture);

0 commit comments

Comments
 (0)