diff options
| author | Mike Reed <reed@google.com> | 2018-02-26 15:42:00 -0500 |
|---|---|---|
| committer | Mike Reed <reed@google.com> | 2018-03-09 20:42:17 +0000 |
| commit | 99a83d26b177e7f5e4c820a15852c930aec625af (patch) | |
| tree | 508bade200836d74e140fafdbadea5aea00b7b5e /core/java/android/webkit/WebView.java | |
| parent | ddd4ca1e1b3b2c07d585f6c3aaa503e520c330dd (diff) | |
hide serialization methods on Picture
Test: make
Bug: 14646703
Change-Id: I50bde70c16f7eaf3f31a373e5507a2c34a6eb1e7
Diffstat (limited to 'core/java/android/webkit/WebView.java')
| -rw-r--r-- | core/java/android/webkit/WebView.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index a8f6b03cd97a..70484a1b13cc 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -1311,10 +1311,7 @@ public class WebView extends AbsoluteLayout * <p> * Note that from {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1} the returned picture * should only be drawn into bitmap-backed Canvas - using any other type of Canvas will involve - * additional conversion at a cost in memory and performance. Also the - * {@link android.graphics.Picture#createFromStream} and - * {@link android.graphics.Picture#writeToStream} methods are not supported on the - * returned object. + * additional conversion at a cost in memory and performance. * * @deprecated Use {@link #onDraw} to obtain a bitmap snapshot of the WebView, or * {@link #saveWebArchive} to save the content to a file. |
