Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Issue 19935003: cc: Use a struct for CalcDrawProps inputs (Closed)

Created:
7 years, 5 months ago by enne (OOO)
Modified:
7 years, 5 months ago
Reviewers:
danakj
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

cc: Use a struct for CalcDrawProps inputs This is just a refactoring and should not change any behavior. [email protected] BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213493 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213841

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add ctor for transform #

Total comments: 8

Patch Set 3 : danakj review #

Patch Set 4 : add const #

Patch Set 5 : Remove initializer lists #

Patch Set 6 : Rebase #

Patch Set 7 : Fix compile failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+546 lines, -992 lines) Patch
M cc/layers/contents_scaling_layer_unittest.cc View 1 1 chunk +5 lines, -12 lines 0 comments Download
M cc/layers/layer_iterator_unittest.cc View 1 3 chunks +9 lines, -30 lines 0 comments Download
M cc/layers/layer_position_constraint_unittest.cc View 1 2 chunks +7 lines, -12 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 1 1 chunk +3 lines, -10 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 1 1 chunk +6 lines, -8 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 1 chunk +5 lines, -15 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 2 3 4 3 chunks +109 lines, -22 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 2 3 4 5 3 chunks +40 lines, -57 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 5 6 69 chunks +336 lines, -775 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 2 chunks +8 lines, -26 lines 0 comments Download
M webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc View 1 3 chunks +14 lines, -23 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
enne (OOO)
7 years, 5 months ago (2013-07-23 21:50:07 UTC) #1
danakj
https://codereview.chromium.org/19935003/diff/1/cc/trees/layer_tree_host_common.h File cc/trees/layer_tree_host_common.h (right): https://codereview.chromium.org/19935003/diff/1/cc/trees/layer_tree_host_common.h#newcode188 cc/trees/layer_tree_host_common.h:188: std::numeric_limits<int>::max(), false, false, max() is bad (see ResourceProvider in ...
7 years, 5 months ago (2013-07-23 22:14:23 UTC) #2
enne (OOO)
https://codereview.chromium.org/19935003/diff/1/cc/trees/layer_tree_host_common.h File cc/trees/layer_tree_host_common.h (right): https://codereview.chromium.org/19935003/diff/1/cc/trees/layer_tree_host_common.h#newcode188 cc/trees/layer_tree_host_common.h:188: std::numeric_limits<int>::max(), false, false, On 2013/07/23 22:14:24, danakj wrote: > ...
7 years, 5 months ago (2013-07-23 22:22:36 UTC) #3
danakj
LGTM! https://codereview.chromium.org/19935003/diff/4001/cc/trees/layer_tree_host_common.h File cc/trees/layer_tree_host_common.h (right): https://codereview.chromium.org/19935003/diff/4001/cc/trees/layer_tree_host_common.h#newcode49 cc/trees/layer_tree_host_common.h:49: CalcDrawPropsInputsForTesting( On 2013/07/23 22:22:36, enne wrote: > On ...
7 years, 5 months ago (2013-07-23 22:36:40 UTC) #4
enne (OOO)
https://codereview.chromium.org/19935003/diff/4001/cc/trees/layer_tree_host_common.h File cc/trees/layer_tree_host_common.h (right): https://codereview.chromium.org/19935003/diff/4001/cc/trees/layer_tree_host_common.h#newcode49 cc/trees/layer_tree_host_common.h:49: CalcDrawPropsInputsForTesting( On 2013/07/23 22:36:40, danakj wrote: > On 2013/07/23 ...
7 years, 5 months ago (2013-07-23 22:40:46 UTC) #5
danakj
https://codereview.chromium.org/19935003/diff/4001/cc/trees/layer_tree_host_common.h File cc/trees/layer_tree_host_common.h (right): https://codereview.chromium.org/19935003/diff/4001/cc/trees/layer_tree_host_common.h#newcode60 cc/trees/layer_tree_host_common.h:60: gfx::Transform identity_transform_; On 2013/07/23 22:40:46, enne wrote: > On ...
7 years, 5 months ago (2013-07-23 22:41:53 UTC) #6
enne (OOO)
https://codereview.chromium.org/19935003/diff/4001/cc/trees/layer_tree_host_common.h File cc/trees/layer_tree_host_common.h (right): https://codereview.chromium.org/19935003/diff/4001/cc/trees/layer_tree_host_common.h#newcode60 cc/trees/layer_tree_host_common.h:60: gfx::Transform identity_transform_; On 2013/07/23 22:41:53, danakj wrote: > On ...
7 years, 5 months ago (2013-07-23 22:44:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/19935003/26002
7 years, 5 months ago (2013-07-23 22:55:28 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 5 months ago (2013-07-23 23:19:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/19935003/48001
7 years, 5 months ago (2013-07-23 23:23:28 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests, chrome_frame_net_tests, chrome_frame_tests, chrome_frame_unittests, content_browsertests, mini_installer_test, ...
7 years, 5 months ago (2013-07-24 03:53:53 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/19935003/48001
7 years, 5 months ago (2013-07-24 15:08:52 UTC) #12
commit-bot: I haz the power
Failed to apply patch for cc/trees/layer_tree_host_common.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-07-24 15:08:55 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/19935003/64001
7 years, 5 months ago (2013-07-24 17:04:33 UTC) #14
commit-bot: I haz the power
Change committed as 213493
7 years, 5 months ago (2013-07-24 19:46:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/19935003/80001
7 years, 5 months ago (2013-07-24 20:59:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/19935003/80001
7 years, 5 months ago (2013-07-25 13:40:01 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/19935003/80001
7 years, 5 months ago (2013-07-26 01:34:22 UTC) #18
commit-bot: I haz the power
7 years, 5 months ago (2013-07-26 11:25:55 UTC) #19
Message was sent while issue was closed.
Change committed as 213841

Powered by Google App Engine
This is Rietveld 408576698