diff options
author | miu <miu@chromium.org> | 2015-08-20 15:44:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-20 22:44:53 +0000 |
commit | 1ed0cbab7569ef9327bab4ebca140df67870a5e3 (patch) | |
tree | 0b1475b8afd8c0d467b3e64c42246bc130450821 /chrome_elf/chrome_elf_main.h | |
parent | c2b9c2d96f996d263bb197f81968626495bf274f (diff) | |
download | chromium_src-1ed0cbab7569ef9327bab4ebca140df67870a5e3.zip chromium_src-1ed0cbab7569ef9327bab4ebca140df67870a5e3.tar.gz chromium_src-1ed0cbab7569ef9327bab4ebca140df67870a5e3.tar.bz2 |
Fix unintended release-build effects in vaapi_wrapper.cc
There are std::map insert and erase operations that will only execute on
debug builds. However, these appear to be intended to execute on
non-debug builds as well. This change moves expressions outside of the
DCHECK(...) to ensure the operations are executed always.
TEST=Run Cast streaming on Chromebook Pixel (2013). For example, this can be done by installing the Google Cast Extension from the Chrome Web Store and casting to a Chromecast device.
Review URL: https://codereview.chromium.org/1269013002
Cr-Commit-Position: refs/heads/master@{#344602}
Diffstat (limited to 'chrome_elf/chrome_elf_main.h')
0 files changed, 0 insertions, 0 deletions