C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / utils / SkFrontBufferedStream.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-21 scroggoMake SkStream *not* ref counted.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-10-21 scroggoCheck SkStream::isAtEnd before attempting to read.
2014-10-21 mtkleinAdd an assert that we still have a buffer to readFromBu...
2014-02-10 commit-bot@chromiu... Allow buffered stream to work with an offset.
2013-11-12 scroggo@google.comHide implementation details: SkFrontBufferedStream
2013-09-26 scroggo@google.comFix a warning.
2013-09-26 scroggo@google.comAdd a buffered SkStream class.