aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkReadBuffer.h
diff options
context:
space:
mode:
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 9c62a33770..665f4080e3 100644
--- a/src/core/SkReadBuffer.h
+++ b/src/core/SkReadBuffer.h
@@ -115,6 +115,7 @@ public:
size_t offset() { return fReader.offset(); }
bool eof() { return fReader.eof(); }
const void* skip(size_t size);
+ const void* skip(size_t count, size_t size); // does safe multiply
// primitives
bool readBool();