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

Issue 2735943002: cc: Clarify that color spaces are for raster (Closed)

Created:
3 years, 9 months ago by ccameron
Modified:
3 years, 9 months ago
Reviewers:
enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, jam, jbauman+watch_chromium.org, kalyank, mlamouri+watch-content_chromium.org, piman+watch_chromium.org, Ian Vollick
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Clarify that color spaces are for raster The color spaces that are sent to cc::LayerTree and friends are to be used for rasterization. They happen to be based on the display's color space, but that just confuses things. Also, LayerTreeSettings::color_correct_rendering really only has to do with rasterization, so, rename it to color_correct_rasterization. R=enne TBR=esprehn (content/) BUG=687357 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2735943002 Cr-Commit-Position: refs/heads/master@{#455517} Committed: https://chromium.googlesource.com/chromium/src/+/2c6d2707d8ea850c862f04ac066724273981e88f

Patch Set 1 #

Patch Set 2 : Rebase (a few times) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -67 lines) Patch
M cc/resources/resource_provider.h View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/resource_provider.cc View 5 chunks +9 lines, -7 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_tile_manager_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/tiles/tile_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/tiles/tile_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 5 chunks +13 lines, -13 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_widget.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/compositor/compositor.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (17 generated)
ccameron
This renaming clears up some of the confusion in https://codereview.chromium.org/2728173004/
3 years, 9 months ago (2017-03-07 02:37:12 UTC) #4
enne (OOO)
Oooooooooh. Thank you! This helps a lot. lgtm
3 years, 9 months ago (2017-03-07 17:24:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2735943002/20001
3 years, 9 months ago (2017-03-08 02:55:28 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_trusty_blink_rel on master.tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_trusty_blink_rel/builds/6155)
3 years, 9 months ago (2017-03-08 03:18:52 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2735943002/20001
3 years, 9 months ago (2017-03-08 03:20:50 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_trusty_blink_rel on master.tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_trusty_blink_rel/builds/6166)
3 years, 9 months ago (2017-03-08 04:00:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2735943002/20001
3 years, 9 months ago (2017-03-08 06:20:05 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_trusty_blink_rel on master.tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_trusty_blink_rel/builds/6188)
3 years, 9 months ago (2017-03-08 06:40:34 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2735943002/20001
3 years, 9 months ago (2017-03-08 19:04:24 UTC) #24
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 19:43:43 UTC) #27
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/2c6d2707d8ea850c862f04ac0667...

Powered by Google App Engine
This is Rietveld 408576698