Merge "Add detail to restorePicture deprecation"

This commit is contained in:
John Reck
2011-09-23 14:48:52 -07:00
committed by Android (Google) Code Review

View File

@@ -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.