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

Issue 1936563002: remove SkWriteBuffer::getWriter32(). (Closed)

Created:
4 years, 7 months ago by mtklein_C
Modified:
4 years, 7 months ago
Reviewers:
Brian Osman, mtklein, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

remove SkWriteBuffer::getWriter32(). SkWriteBuffer exposes its lower-level implementation SkWriter32 through this one call. It's not currently used in any interesting way: - write_encoded_bitmap() uses it to manually re-create writeDataAsByteArray(); - unit tests use it incidentally as a quick way to read the serialized bytes. This should be SkWriteBuffer no longer necessarily needs to have an SkWriter32. Landing this will let us then remove SkWriter32::contiguousArray(). BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1936563002 TBR=reed@google.com Just deleting API Committed: https://skia.googlesource.com/skia/+/b4c899d48d4c5d8e867beb611551f7b55ec60abb

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M include/core/SkWriteBuffer.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/core/SkWriteBuffer.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M tests/PaintTest.cpp View 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1936563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1936563002/1
4 years, 7 months ago (2016-04-29 16:02:43 UTC) #3
mtklein_C
4 years, 7 months ago (2016-04-29 16:08:24 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-29 16:15:30 UTC) #8
Brian Osman
lgtm
4 years, 7 months ago (2016-04-29 16:35:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1936563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1936563002/1
4 years, 7 months ago (2016-04-29 17:59:04 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-04-29 20:58:12 UTC) #15
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/b4c899d48d4c5d8e867beb611551f7b55ec60abb

Powered by Google App Engine
This is Rietveld 408576698