Close renderer SharedBitmap file descriptors immediately after mapping
commitc9db4db743afc8ddd0717f08099a2c41e19e637f
authorjbauman <jbauman@chromium.org>
Sat, 13 Dec 2014 01:42:59 +0000 (12 17:42 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 13 Dec 2014 01:43:19 +0000 (13 01:43 +0000)
treeebb97180b59482daf4b88c2c4fdba6a6bac2e244
parent83270658e53672ee89952ded667f854bcb6dafcf
Close renderer SharedBitmap file descriptors immediately after mapping

The file descriptors aren't needed anymore once the file is mapped, and we want to avoid running out.

BUG=364272,362048,434890,425766,412136,376441,436677

Review URL: https://codereview.chromium.org/799133003

Cr-Commit-Position: refs/heads/master@{#308217}
content/child/child_shared_bitmap_manager.cc