From 2df8f425f64173bf7866e49804e84683746d28a7 Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 22 Sep 2011 19:50:41 -0700 Subject: [PATCH] Add detail to restorePicture deprecation Bug: 5361506 Change-Id: I4bf6583170df50b218051f4700700ff1b8874d17 --- core/java/android/webkit/WebView.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 47629c4434e85..15180ca115926 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -1808,6 +1808,8 @@ public class WebView extends AbsoluteLayout /** * Restore the display data that was save in {@link #savePicture}. Used in * conjunction with {@link #restoreState}. + * + * Note that this will not work if the WebView is hardware accelerated. * @param b A Bundle containing the saved display data. * @param src The file where the picture data was stored. * @return True if the picture was successfully restored.