aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkReadBuffer.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-04-10 08:39:58 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-10 08:39:58 -0700
commit25c40d25d75c8ee5d9632608ba09eb2c5fb765d2 (patch)
treedd6557134c283d68543bd62b48a495997c260772 /src/core/SkReadBuffer.h
parentf6e97e6f62c08042886dc50850c1d8c929418602 (diff)
Add serialization of SkBitmapSource's new filterQuality member variable
Missed this in https://codereview.chromium.org/1072603002/ (Add GM to repro crbug.com/472795) Review URL: https://codereview.chromium.org/1078113002
Diffstat (limited to 'src/core/SkReadBuffer.h')
-rw-r--r--src/core/SkReadBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkReadBuffer.h b/src/core/SkReadBuffer.h
index 65255e6f6a..f00993819c 100644
--- a/src/core/SkReadBuffer.h
+++ b/src/core/SkReadBuffer.h
@@ -56,6 +56,7 @@ public:
kPictureImageFilterResolution_Version = 38,
kPictureImageFilterLevel_Version = 39,
kImageFilterNoUniqueID_Version = 40,
+ kBitmapourceFilterQuality_Version = 41
};
/**