Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: src/core/SkValidatingReadBuffer.h

Issue 195223003: Fixing SkPicture serialization (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/SkValidatingReadBuffer.h
diff --git a/src/core/SkValidatingReadBuffer.h b/src/core/SkValidatingReadBuffer.h
index 59b5c1acc3e7934e34d6108e717459a6edbc91e6..d5e192e1c7829001f446fa88999a1ac0d5d5b5ef 100644
--- a/src/core/SkValidatingReadBuffer.h
+++ b/src/core/SkValidatingReadBuffer.h
@@ -75,7 +75,6 @@ private:
return SkIsAlign4((uintptr_t)ptr);
}
- SkReader32 fReader;
bool fError;
typedef SkReadBuffer INHERITED;

Powered by Google App Engine
This is Rietveld 408576698