|
|
Chromium Code Reviews
Descriptionmake --enable-hdr imply --enable-features=video-color-management
EOM
BUG=682416
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Review-Url: https://codereview.chromium.org/2773043004
Cr-Commit-Position: refs/heads/master@{#459929}
Committed: https://chromium.googlesource.com/chromium/src/+/b1b0096d4e30422d3084c0e238684e45ff61083c
Patch Set 1 #
Total comments: 2
Patch Set 2 : option B #Messages
Total messages: 18 (12 generated)
Description was changed from ========== make --enable-hdr imply --enable-features=video-color-management EOM BUG=682416 ========== to ========== make --enable-hdr imply --enable-features=video-color-management EOM BUG=682416 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel ==========
The CQ bit was checked by hubbe@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
hubbe@chromium.org changed reviewers: + ccameron@chromium.org
https://codereview.chromium.org/2773043004/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/2773043004/diff/1/cc/output/gl_renderer.cc#ne... cc/output/gl_renderer.cc:2068: switches::kEnableHDR)) { Settings are sent to cc/ via the cc::RendererSettings structure instead of the command line. Couple of options here: A: you can create a new cc::RendererSettings (following the behavior of cc::RendererSettings::enable_color_correct_rendering) B: you can just link off of cc::RendererSettings::enable_color_correct_rendering, cause it'll be set by kEnableHDR I'd suggest B, which would end up being just: if (!base::FeatureList::IsEnabled(media::kVideoColorManagement) && !settings_->enable_color_correct_rendering) {
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by hubbe@chromium.org to run a CQ dry run
PTAL https://codereview.chromium.org/2773043004/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/2773043004/diff/1/cc/output/gl_renderer.cc#ne... cc/output/gl_renderer.cc:2068: switches::kEnableHDR)) { On 2017/03/25 00:19:13, ccameron wrote: > Settings are sent to cc/ via the cc::RendererSettings structure instead of the > command line. > > Couple of options here: > A: you can create a new cc::RendererSettings (following the behavior of > cc::RendererSettings::enable_color_correct_rendering) > B: you can just link off of > cc::RendererSettings::enable_color_correct_rendering, cause it'll be set by > kEnableHDR > > I'd suggest B, which would end up being just: > if (!base::FeatureList::IsEnabled(media::kVideoColorManagement) && > !settings_->enable_color_correct_rendering) { option B sounds good.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm
The CQ bit was unchecked by hubbe@chromium.org
The CQ bit was checked by hubbe@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 20001, "attempt_start_ts": 1490650883653890,
"parent_rev": "69875b5a5f926383fe0e2d476bf6c42c30b8b741", "commit_rev":
"b1b0096d4e30422d3084c0e238684e45ff61083c"}
Message was sent while issue was closed.
Description was changed from ========== make --enable-hdr imply --enable-features=video-color-management EOM BUG=682416 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel ========== to ========== make --enable-hdr imply --enable-features=video-color-management EOM BUG=682416 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2773043004 Cr-Commit-Position: refs/heads/master@{#459929} Committed: https://chromium.googlesource.com/chromium/src/+/b1b0096d4e30422d3084c0e23868... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/b1b0096d4e30422d3084c0e23868... |
