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

Unified Diff: include/core/SkStream.h

Issue 1039373002: Remove SkMemoryStream::peek() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkStream.h
diff --git a/include/core/SkStream.h b/include/core/SkStream.h
index 829ece6496030e3c7abbf8b6f19fc809d1dbfc96..c227765b363624afbf7a3f98f39d480c7f05726d 100644
--- a/include/core/SkStream.h
+++ b/include/core/SkStream.h
@@ -315,7 +315,6 @@ public:
void skipToAlign4();
const void* getAtPos();
- size_t peek() const { return fOffset; }
size_t read(void* buffer, size_t size) override;
bool isAtEnd() const override;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698