Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a17755d authored by Derek Sollenberger's avatar Derek Sollenberger Committed by Android Git Automerger
Browse files

am 0d7ddce1: Merge "Update version for serialized view (e.g. Saved Page)."

* commit '0d7ddce1':
  Update version for serialized view (e.g. Saved Page).
parents 437932b9 0d7ddce1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@ class ViewStateSerializer {

    private static final int WORKING_STREAM_STORAGE = 16 * 1024;

    static final int VERSION = 1;
    // VERSION = 1 was for pictures encoded using a previous copy of libskia
    static final int VERSION = 2;

    static boolean serializeViewState(OutputStream stream, DrawData draw)
            throws IOException {