diff options
author | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 00:10:06 +0000 |
---|---|---|
committer | aelias@chromium.org <aelias@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 00:10:06 +0000 |
commit | 60e7d52240664fac7ebbbc571173e4c5d0d1fad4 (patch) | |
tree | 1de74de49f32bca74620abd1e48fd400e2d20a5b /cc | |
parent | 89d7e9f519989ec34404d92421a7e87c4f242244 (diff) | |
download | chromium_src-60e7d52240664fac7ebbbc571173e4c5d0d1fad4.zip chromium_src-60e7d52240664fac7ebbbc571173e4c5d0d1fad4.tar.gz chromium_src-60e7d52240664fac7ebbbc571173e4c5d0d1fad4.tar.bz2 |
Fix Android-specific shmem size code.
In the past, this OS_ANDROID block assigned a value to created_size_
(which appears not to have been used for anything), whereas mapped_size_
used the cross-platform codepath. In r191098 jschuh@ disabled the
normal assignment of mapped_size_ on Android and made this old code set
the value of mapped_size_.
This Android code block was there to set "bytes" in when Map is called with
a size argument of 0. So after r191098, mapped_size_ was never set when the
argument was nonzero. Bring back the mapped_size_ setting and
clean up the Android block.
NOTRY=true
BUG=224646
Review URL: https://chromiumcodereview.appspot.com/13133004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191250 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc')
0 files changed, 0 insertions, 0 deletions