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

Issue 1309363006: Mark FastSharedBufferReader's methods const (Closed)

Created:
5 years, 3 months ago by scroggo_chromium
Modified:
5 years, 3 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@noConsolidateBMP
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Mark FastSharedBufferReader's methods const The methods are logically const (besides setData, which was left unchanged). The mutable fields are merely caches, to make subsequent nearby accesses (which are likely) faster. Make BMP methods using FastSharedBufferReader const. BUG=439655 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201839

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -14 lines) Patch
M Source/platform/image-decoders/FastSharedBufferReader.h View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/platform/image-decoders/FastSharedBufferReader.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/platform/image-decoders/bmp/BMPImageReader.h View 2 chunks +4 lines, -4 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 9 (3 generated)
scroggo_chromium
This was brought up in a previous review [1]. As far as I can tell, ...
5 years, 3 months ago (2015-09-04 21:46:53 UTC) #2
Peter Kasting
LGTM Any other caller methods that can now be made const?
5 years, 3 months ago (2015-09-04 22:49:42 UTC) #4
scroggo_chromium
On 2015/09/04 22:49:42, Peter Kasting wrote: > LGTM > > Any other caller methods that ...
5 years, 3 months ago (2015-09-04 22:58:03 UTC) #5
Noel Gordon
LGTM
5 years, 3 months ago (2015-09-05 00:53:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309363006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309363006/1
5 years, 3 months ago (2015-09-05 01:04:05 UTC) #8
commit-bot: I haz the power
5 years, 3 months ago (2015-09-05 02:26:21 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201839

Powered by Google App Engine
This is Rietveld 408576698