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

Issue 25581002: Hide implementation details: SkFrontBufferedStream (Closed)

Created:
7 years, 2 months ago by scroggo
Modified:
7 years, 1 month ago
Reviewers:
bungeman-skia, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Hide implementation details: SkFrontBufferedStream R=reed@google.com Committed: https://code.google.com/p/skia/source/detail?r=12256

Patch Set 1 #

Total comments: 2

Patch Set 2 : namespace -> class. #

Total comments: 2

Patch Set 3 : Respond to comments #

Patch Set 4 : Improve comments. #

Patch Set 5 : Add a note to handle failed alloc better. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -72 lines) Patch
M include/utils/SkFrontBufferedStream.h View 1 2 3 1 chunk +20 lines, -62 lines 0 comments Download
M src/utils/SkFrontBufferedStream.cpp View 1 2 3 4 6 chunks +64 lines, -10 lines 0 comments Download
M tests/FrontBufferedStreamTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
scroggo
7 years, 2 months ago (2013-10-01 19:01:56 UTC) #1
scroggo
On 2013/10/01 19:01:56, scroggo wrote: Mike, any thoughts? This just hides the implementation details of ...
7 years, 1 month ago (2013-11-12 15:00:59 UTC) #2
reed1
lgtm w/ class/namespace nit https://codereview.chromium.org/25581002/diff/1/include/utils/SkFrontBufferedStream.h File include/utils/SkFrontBufferedStream.h (right): https://codereview.chromium.org/25581002/diff/1/include/utils/SkFrontBufferedStream.h#newcode21 include/utils/SkFrontBufferedStream.h:21: namespace SkFrontBufferedStream { class is ...
7 years, 1 month ago (2013-11-12 15:58:45 UTC) #3
scroggo
https://codereview.chromium.org/25581002/diff/1/include/utils/SkFrontBufferedStream.h File include/utils/SkFrontBufferedStream.h (right): https://codereview.chromium.org/25581002/diff/1/include/utils/SkFrontBufferedStream.h#newcode21 include/utils/SkFrontBufferedStream.h:21: namespace SkFrontBufferedStream { On 2013/11/12 15:58:45, reed1 wrote: > ...
7 years, 1 month ago (2013-11-12 17:28:57 UTC) #4
reed1
https://codereview.chromium.org/25581002/diff/34001/include/utils/SkFrontBufferedStream.h File include/utils/SkFrontBufferedStream.h (right): https://codereview.chromium.org/25581002/diff/34001/include/utils/SkFrontBufferedStream.h#newcode25 include/utils/SkFrontBufferedStream.h:25: * @param stream SkStream to buffer. If NULL, NULL ...
7 years, 1 month ago (2013-11-12 17:41:02 UTC) #5
scroggo
https://codereview.chromium.org/25581002/diff/34001/include/utils/SkFrontBufferedStream.h File include/utils/SkFrontBufferedStream.h (right): https://codereview.chromium.org/25581002/diff/34001/include/utils/SkFrontBufferedStream.h#newcode25 include/utils/SkFrontBufferedStream.h:25: * @param stream SkStream to buffer. If NULL, NULL ...
7 years, 1 month ago (2013-11-12 19:46:54 UTC) #6
reed1
Future ideas: 1. take ownership, don't ref 2. return NULL if we can't alloc the ...
7 years, 1 month ago (2013-11-12 20:41:37 UTC) #7
scroggo
7 years, 1 month ago (2013-11-12 20:53:11 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r12256 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698