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

Issue 15179008: Add buffer helper to read directly into SkString to avoid extra copying (Closed)

Created:
7 years, 7 months ago by djsollen
Modified:
7 years, 7 months ago
Reviewers:
robertphillips, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Add buffer helper to read directly into SkString to avoid extra copying R=reed@google.com Committed: https://code.google.com/p/skia/source/detail?r=9218

Patch Set 1 #

Total comments: 6

Patch Set 2 : addressing comments #

Patch Set 3 : rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -15 lines) Patch
M include/core/SkFlattenableBuffers.h View 1 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkPaintOptionsAndroid.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkOrderedReadBuffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkOrderedReadBuffer.cpp View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M src/core/SkPaintOptionsAndroid.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/images/SkImageRef_ashmem.cpp View 1 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
djsollen
7 years, 7 months ago (2013-05-16 18:42:02 UTC) #1
reed1
https://codereview.chromium.org/15179008/diff/1/include/core/SkFlattenableBuffers.h File include/core/SkFlattenableBuffers.h (right): https://codereview.chromium.org/15179008/diff/1/include/core/SkFlattenableBuffers.h#newcode63 include/core/SkFlattenableBuffers.h:63: virtual void readString(SkString&) = 0; Use * instead of ...
7 years, 7 months ago (2013-05-20 13:42:47 UTC) #2
djsollen
https://codereview.chromium.org/15179008/diff/1/include/core/SkFlattenableBuffers.h File include/core/SkFlattenableBuffers.h (right): https://codereview.chromium.org/15179008/diff/1/include/core/SkFlattenableBuffers.h#newcode63 include/core/SkFlattenableBuffers.h:63: virtual void readString(SkString&) = 0; On 2013/05/20 13:42:47, reed1 ...
7 years, 7 months ago (2013-05-21 12:17:17 UTC) #3
reed1
lgtm
7 years, 7 months ago (2013-05-21 15:45:09 UTC) #4
djsollen
7 years, 7 months ago (2013-05-21 16:17:21 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r9218 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698