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

Unified Diff: include/images/SkImageRef_GlobalPool.h

Issue 134163010: Refactor read and write buffers. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: whoops, read buffers have .size() Created 6 years, 11 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 | « include/images/SkImageRef.h ('k') | include/utils/SkUnitMappers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/images/SkImageRef_GlobalPool.h
diff --git a/include/images/SkImageRef_GlobalPool.h b/include/images/SkImageRef_GlobalPool.h
index caaf2487de7ec51c1494d4e7fccae2d008e75862..7b99a6e53d412a600cd76a2266a78bc59aff1ac1 100644
--- a/include/images/SkImageRef_GlobalPool.h
+++ b/include/images/SkImageRef_GlobalPool.h
@@ -53,7 +53,7 @@ protected:
virtual void onUnlockPixels();
- SkImageRef_GlobalPool(SkFlattenableReadBuffer&);
+ SkImageRef_GlobalPool(SkReadBuffer&);
private:
typedef SkImageRef INHERITED;
« no previous file with comments | « include/images/SkImageRef.h ('k') | include/utils/SkUnitMappers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698