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

Issue 271533011: cc: Move tiling management out of draw properties calculation. (Closed)

Created:
6 years, 7 months ago by sohanjg
Modified:
5 years, 1 month ago
Reviewers:
danakj, enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, reveman, vmpstr
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

cc: Move tiling management out of draw properties calculation. This is mainly plumbing code. As part of the changes, we are moving ManageTiling as part of UpdateTilePriorities. We keep picturelayers content scale as 1,and maintain the remaining required scales in draw properties. This scales we apply later, to shared quad state and draw transform during AppendQuads. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277000

Patch Set 1 #

Total comments: 16

Patch Set 2 : WIP - review comments #

Total comments: 1

Patch Set 3 : WIP - resolve wrong scaling. #

Patch Set 4 : WIP - use properly scaled content_bounds #

Total comments: 14

Patch Set 5 : WIP - review comments #

Total comments: 8

Patch Set 6 : Review comments added, unittests pending. #

Total comments: 3

Patch Set 7 : WIP - unit tests updation #

Patch Set 8 : WIP - UnitTests #

Patch Set 9 : WIP - added test PictureLayerImplTest.VerifySharedQuadState #

Patch Set 10 : PictureImageLayerImpl unittests updated. #

Total comments: 20

Patch Set 11 : review comments + unit/perf test fails addressed #

Total comments: 13

Patch Set 12 : unit tests + review comments #

Total comments: 9

Patch Set 13 : review comments + addl tests #

Patch Set 14 : Updated PictureLayerImplTest.LayerEvictionTileIterator test. #

Total comments: 5

Patch Set 15 : review comments #

Total comments: 2

Patch Set 16 : debug build unit test failures addressed #

Total comments: 4

Patch Set 17 : review comments addressed #

Total comments: 3

Patch Set 18 : update content_to_screen_scale with max tiling scale #

Patch Set 19 : rebase + review commnets #

Total comments: 8

Patch Set 20 : resubmit updating content_to_screen_scale with max tiling scale #

Patch Set 21 : change updatetilepriorities params #

Patch Set 22 : Fix compilation error in LTHCommon unittest #

Patch Set 23 : chromeos build fix (missing scale initialization in draw prop ctor + test update) #

Patch Set 24 : rebase + update test #

Total comments: 5

Patch Set 25 : handle scales for mask and replica mask layer #

Total comments: 2

Patch Set 26 : rename func + test update #

Patch Set 27 : rebase to TOT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+678 lines, -486 lines) Patch
M cc/layers/draw_properties.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +20 lines, -1 line 0 comments Download
M cc/layers/picture_image_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -8 lines 0 comments Download
M cc/layers/picture_image_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 16 2 chunks +7 lines, -22 lines 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 4 chunks +50 lines, -34 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +3 lines, -8 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 12 chunks +79 lines, -82 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 34 chunks +215 lines, -325 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -4 lines 0 comments Download
M cc/test/fake_picture_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +13 lines, -0 lines 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 3 chunks +49 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +233 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 78 (1 generated)
sohanjg
this is an initial version, can you please have a look if this is what ...
6 years, 7 months ago (2014-05-13 15:56:59 UTC) #1
enne (OOO)
https://codereview.chromium.org/271533011/diff/1/cc/layers/layer_impl.h File cc/layers/layer_impl.h (right): https://codereview.chromium.org/271533011/diff/1/cc/layers/layer_impl.h#newcode185 cc/layers/layer_impl.h:185: virtual void ManageTilings(bool animating_transform_to_screen, Please don't add this to ...
6 years, 7 months ago (2014-05-13 18:04:09 UTC) #2
danakj
https://codereview.chromium.org/271533011/diff/1/cc/layers/layer_impl.h File cc/layers/layer_impl.h (right): https://codereview.chromium.org/271533011/diff/1/cc/layers/layer_impl.h#newcode185 cc/layers/layer_impl.h:185: virtual void ManageTilings(bool animating_transform_to_screen, If this is not being ...
6 years, 7 months ago (2014-05-13 18:10:07 UTC) #3
danakj
https://codereview.chromium.org/271533011/diff/1/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/1/cc/layers/picture_layer_impl.cc#newcode520 cc/layers/picture_layer_impl.cc:520: *contents_scale_x = max_contents_scale; On 2014/05/13 18:04:09, enne wrote: > ...
6 years, 7 months ago (2014-05-13 18:11:41 UTC) #4
sohanjg
can you please take a look. using max_contents_scale in ::AppendQuads as max of all tiling ...
6 years, 7 months ago (2014-05-14 12:59:11 UTC) #5
danakj
https://codereview.chromium.org/271533011/diff/40001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/40001/cc/layers/picture_layer_impl.cc#newcode149 cc/layers/picture_layer_impl.cc:149: scaled_transform.Scale(max_contents_scale, max_contents_scale); I think you want to scale by ...
6 years, 7 months ago (2014-05-14 14:08:26 UTC) #6
sohanjg
thanks for your inputs danakj@, the scaling issue is solved. for visible_content_rect if we take ...
6 years, 7 months ago (2014-05-15 10:26:44 UTC) #7
danakj
On Thu, May 15, 2014 at 6:26 AM, <sohan.jyoti@samsung.com> wrote: > thanks for your inputs ...
6 years, 7 months ago (2014-05-15 14:18:06 UTC) #8
sohanjg
On 2014/05/15 14:18:06, danakj wrote: > On Thu, May 15, 2014 at 6:26 AM, <mailto:sohan.jyoti@samsung.com> ...
6 years, 7 months ago (2014-05-15 15:00:38 UTC) #9
danakj
https://codereview.chromium.org/271533011/diff/100001/cc/layers/draw_properties.h File cc/layers/draw_properties.h (right): https://codereview.chromium.org/271533011/diff/100001/cc/layers/draw_properties.h#newcode132 cc/layers/draw_properties.h:132: float ideal_contents_scale; Can you add a comment for each ...
6 years, 7 months ago (2014-05-15 15:15:31 UTC) #10
sohanjg
can you please take a look, i have written some comments for the vars in ...
6 years, 7 months ago (2014-05-16 10:36:47 UTC) #11
danakj
This looks great! A few small comments. How does this do on the cc_unittest suite, ...
6 years, 7 months ago (2014-05-16 14:49:04 UTC) #12
sohanjg
can you please take a look, i will update the unit tests soon. thanks.
6 years, 7 months ago (2014-05-16 15:44:35 UTC) #13
danakj
Looks good thanks :) https://codereview.chromium.org/271533011/diff/140001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/140001/cc/layers/picture_layer_impl.cc#newcode152 cc/layers/picture_layer_impl.cc:152: gfx::Rect rect = scaled_visible_content_rect; one ...
6 years, 7 months ago (2014-05-16 15:47:49 UTC) #14
vmpstr
https://codereview.chromium.org/271533011/diff/140001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/140001/cc/layers/picture_layer_impl.cc#newcode378 cc/layers/picture_layer_impl.cc:378: DCHECK(!needs_post_commit_initialization_); Just a note, this DCHECK will probably fail ...
6 years, 7 months ago (2014-05-16 22:23:38 UTC) #15
sohanjg
A lot of existing unit tests in PictureLayerImplTest.*, needs modifying for these. I have taken ...
6 years, 7 months ago (2014-05-18 12:40:21 UTC) #16
sohanjg
Fixed the PictureLayerImplTest.* tests. Some, PictureLayerImpl had to be modifed, most imp is do ManageTilings ...
6 years, 7 months ago (2014-05-19 12:18:20 UTC) #17
sohanjg
On 2014/05/19 12:18:20, sohanjg wrote: > Fixed the PictureLayerImplTest.* tests. > Some, PictureLayerImpl had to ...
6 years, 7 months ago (2014-05-19 12:23:42 UTC) #18
sohanjg
Updated PictureImageLayerImpl and its related tests, can you please take a look, thanks.
6 years, 7 months ago (2014-05-20 13:58:51 UTC) #19
vmpstr
https://codereview.chromium.org/271533011/diff/220001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/220001/cc/layers/picture_layer_impl.cc#newcode382 cc/layers/picture_layer_impl.cc:382: DCHECK(!needs_post_commit_initialization_); Is this DCHECK valid, considering that you do ...
6 years, 7 months ago (2014-05-20 17:10:38 UTC) #20
enne (OOO)
https://codereview.chromium.org/271533011/diff/220001/cc/layers/layer_impl.h File cc/layers/layer_impl.h (right): https://codereview.chromium.org/271533011/diff/220001/cc/layers/layer_impl.h#newcode171 cc/layers/layer_impl.h:171: void PopulateSharedQuadStateWithOverrides( Just stick this function on PictureLayerImpl since ...
6 years, 7 months ago (2014-05-20 17:48:08 UTC) #21
sohanjg
Please take a look, thanks. https://codereview.chromium.org/271533011/diff/220001/cc/layers/layer_impl.h File cc/layers/layer_impl.h (right): https://codereview.chromium.org/271533011/diff/220001/cc/layers/layer_impl.h#newcode171 cc/layers/layer_impl.h:171: void PopulateSharedQuadStateWithOverrides( On 2014/05/20 ...
6 years, 7 months ago (2014-05-21 10:32:38 UTC) #22
danakj
Some comments on the tests. They look good overall. https://codereview.chromium.org/271533011/diff/260001/cc/layers/draw_properties.h File cc/layers/draw_properties.h (right): https://codereview.chromium.org/271533011/diff/260001/cc/layers/draw_properties.h#newcode142 cc/layers/draw_properties.h:142: ...
6 years, 7 months ago (2014-05-21 15:01:00 UTC) #23
enne (OOO)
https://codereview.chromium.org/271533011/diff/260001/cc/layers/picture_image_layer_impl.cc File cc/layers/picture_image_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/260001/cc/layers/picture_image_layer_impl.cc#newcode56 cc/layers/picture_image_layer_impl.cc:56: draw_properties().ideal_contents_scale = 1.f; In general cc tries not to ...
6 years, 7 months ago (2014-05-21 18:08:43 UTC) #24
sohanjg
Updated the patch, there is 1 test failure in *PictureLayerImplTest.LayerEvictionTileIterator*, not able to figure out ...
6 years, 7 months ago (2014-05-23 16:06:07 UTC) #25
danakj
https://codereview.chromium.org/271533011/diff/340001/cc/layers/picture_image_layer_impl.h File cc/layers/picture_image_layer_impl.h (right): https://codereview.chromium.org/271533011/diff/340001/cc/layers/picture_image_layer_impl.h#newcode36 cc/layers/picture_image_layer_impl.h:36: virtual void UpdateIdealScales(); OVERRIDE https://codereview.chromium.org/271533011/diff/340001/cc/layers/picture_image_layer_impl_unittest.cc File cc/layers/picture_image_layer_impl_unittest.cc (right): https://codereview.chromium.org/271533011/diff/340001/cc/layers/picture_image_layer_impl_unittest.cc#newcode62 ...
6 years, 7 months ago (2014-05-23 17:07:33 UTC) #26
sohanjg
Can you please take a look, have made some temp fix for *PictureLayerImplTest.LayerEvictionTileIterator*, please provide ...
6 years, 7 months ago (2014-05-26 16:49:14 UTC) #27
danakj
https://codereview.chromium.org/271533011/diff/420001/cc/layers/picture_layer_impl_unittest.cc File cc/layers/picture_layer_impl_unittest.cc (right): https://codereview.chromium.org/271533011/diff/420001/cc/layers/picture_layer_impl_unittest.cc#newcode2043 cc/layers/picture_layer_impl_unittest.cc:2043: pending_layer_->UpdateTilePriorities(); We UpdateDrawProperties() just below. Does that not do ...
6 years, 7 months ago (2014-05-27 07:44:56 UTC) #28
sohanjg
On 2014/05/27 07:44:56, danakj (OOO_back_june_6) wrote: > https://codereview.chromium.org/271533011/diff/420001/cc/layers/picture_layer_impl_unittest.cc > File cc/layers/picture_layer_impl_unittest.cc (right): > > https://codereview.chromium.org/271533011/diff/420001/cc/layers/picture_layer_impl_unittest.cc#newcode2043 ...
6 years, 6 months ago (2014-05-27 14:41:24 UTC) #29
enne (OOO)
Can you remove CalculateContentsScale from LayerImpl and just move that code into LayerTreeHostCommon? On 2014/05/27 ...
6 years, 6 months ago (2014-05-27 21:41:20 UTC) #30
sohanjg
On 2014/05/27 21:41:20, enne wrote: > Can you remove CalculateContentsScale from LayerImpl and just move ...
6 years, 6 months ago (2014-05-28 13:43:42 UTC) #31
enne (OOO)
I'm fine with skipping removing CalculateContentsScales and doing it in a followup. https://codereview.chromium.org/271533011/diff/430001/cc/resources/picture_layer_tiling_set.cc File cc/resources/picture_layer_tiling_set.cc ...
6 years, 6 months ago (2014-05-28 18:42:20 UTC) #32
sohanjg
The cc_unittests were failing for debug builds, which i didnt encounter while on Android, so ...
6 years, 6 months ago (2014-05-29 13:07:03 UTC) #33
enne (OOO)
On 2014/05/29 13:07:03, sohanjg wrote: > The cc_unittests were failing for debug builds, which i ...
6 years, 6 months ago (2014-05-29 17:55:47 UTC) #34
sohanjg
Can you please take a look. Think we found the difference for PictureLayerImplTest.LayerEvictionTileIterator In PictureLayerTiling::UpdateTilePriorities, ...
6 years, 6 months ago (2014-05-30 16:52:42 UTC) #35
enne (OOO)
On 2014/05/30 16:52:42, sohanjg wrote: > Can you please take a look. > > Think ...
6 years, 6 months ago (2014-05-30 19:38:43 UTC) #36
danakj
https://codereview.chromium.org/271533011/diff/490001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/490001/cc/layers/picture_layer_impl.cc#newcode460 cc/layers/picture_layer_impl.cc:460: contents_scale_x(), On 2014/05/30 19:38:43, enne wrote: > Here's the ...
6 years, 6 months ago (2014-05-31 23:21:14 UTC) #37
sohanjg
Can you please take a look. Thanks again for your patience. https://codereview.chromium.org/271533011/diff/490001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): ...
6 years, 6 months ago (2014-06-02 07:05:57 UTC) #38
danakj
On Mon, Jun 2, 2014 at 9:05 AM, <sohan.jyoti@samsung.com> wrote: > Can you please take ...
6 years, 6 months ago (2014-06-02 08:41:43 UTC) #39
sohanjg
On 2014/06/02 08:41:43, danakj (OOO_back_june_6) wrote: > On Mon, Jun 2, 2014 at 9:05 AM, ...
6 years, 6 months ago (2014-06-02 10:47:18 UTC) #40
danakj
Thanks this looks super great. Just one question about the tests really, which you may ...
6 years, 6 months ago (2014-06-02 11:22:10 UTC) #41
sohanjg
Thanks. https://codereview.chromium.org/271533011/diff/550001/cc/layers/picture_image_layer_impl_unittest.cc File cc/layers/picture_image_layer_impl_unittest.cc (right): https://codereview.chromium.org/271533011/diff/550001/cc/layers/picture_image_layer_impl_unittest.cc#newcode32 cc/layers/picture_image_layer_impl_unittest.cc:32: void ScaleAndManageTilings(bool animating_transform_to_screen, On 2014/06/02 11:22:11, danakj (OOO_back_june_6) ...
6 years, 6 months ago (2014-06-02 11:36:14 UTC) #42
enne (OOO)
https://codereview.chromium.org/271533011/diff/550001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/550001/cc/layers/picture_layer_impl.cc#newcode186 cc/layers/picture_layer_impl.cc:186: float contents_scale = max_contents_scale; Can you remove this temporary ...
6 years, 6 months ago (2014-06-03 19:14:46 UTC) #43
sohanjg
On 2014/06/03 19:14:46, enne wrote: > https://codereview.chromium.org/271533011/diff/550001/cc/layers/picture_layer_impl.cc > File cc/layers/picture_layer_impl.cc (right): > > https://codereview.chromium.org/271533011/diff/550001/cc/layers/picture_layer_impl.cc#newcode186 > ...
6 years, 6 months ago (2014-06-04 04:37:46 UTC) #44
sohanjg
Please take a look. Thanks. https://codereview.chromium.org/271533011/diff/550001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/271533011/diff/550001/cc/layers/picture_layer_impl.cc#newcode186 cc/layers/picture_layer_impl.cc:186: float contents_scale = max_contents_scale; ...
6 years, 6 months ago (2014-06-04 10:32:42 UTC) #45
enne (OOO)
Maybe the unit tests are wrong. There are two problems here. Here is what I ...
6 years, 6 months ago (2014-06-04 17:31:50 UTC) #46
sohanjg
On 2014/06/04 17:31:50, enne wrote: > Maybe the unit tests are wrong. There are two ...
6 years, 6 months ago (2014-06-05 05:46:01 UTC) #47
enne (OOO)
lgtm. Thanks for all the changes. :)
6 years, 6 months ago (2014-06-05 20:33:10 UTC) #48
danakj
LGTM thanks for your hard work on this
6 years, 6 months ago (2014-06-09 17:55:44 UTC) #49
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 6 months ago (2014-06-09 17:55:49 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/271533011/590001
6 years, 6 months ago (2014-06-09 17:56:52 UTC) #51
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 08:08:58 UTC) #52
sohanjg
The CQ bit was unchecked by sohan.jyoti@samsung.com
6 years, 6 months ago (2014-06-10 10:04:19 UTC) #53
sohanjg
The CQ bit was checked by sohan.jyoti@samsung.com
6 years, 6 months ago (2014-06-10 11:47:47 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/271533011/610001
6 years, 6 months ago (2014-06-10 11:51:55 UTC) #55
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 19:50:29 UTC) #56
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-10 21:12:13 UTC) #57
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/36157)
6 years, 6 months ago (2014-06-10 21:12:15 UTC) #58
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 6 months ago (2014-06-10 21:16:55 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/271533011/610001
6 years, 6 months ago (2014-06-10 21:17:42 UTC) #60
danakj
The CQ bit was unchecked by danakj@chromium.org
6 years, 6 months ago (2014-06-10 21:18:10 UTC) #61
danakj
Looks like this DCHECK is being hit on some tests: [9:17:0610/132452:FATAL:picture_layer_impl.cc(970)] Check failed: ideal_page_scale_. We ...
6 years, 6 months ago (2014-06-10 21:18:40 UTC) #62
sohanjg
On 2014/06/10 21:18:40, danakj wrote: > Looks like this DCHECK is being hit on some ...
6 years, 6 months ago (2014-06-11 10:02:13 UTC) #63
enne (OOO)
lgtm
6 years, 6 months ago (2014-06-11 17:24:08 UTC) #64
danakj
Hm, that sounds really strange. LayerTreeHostImpl::UpdateDrawProperties() does both CalcDrawProps and UpdateTilePrios. Do you have a ...
6 years, 6 months ago (2014-06-11 17:29:34 UTC) #65
danakj
Hm, I got this stacktrace: [9:17:0611/152435:FATAL:picture_layer_impl.cc(974)] Check failed: ideal_page_scale_. #0 0x7f530296536e base::debug::StackTrace::StackTrace() #1 0x7f53029f8542 logging::LogMessage::~LogMessage() ...
6 years, 6 months ago (2014-06-11 19:25:33 UTC) #66
danakj
On 2014/06/11 19:25:33, danakj wrote: > Hm, I got this stacktrace: > > [9:17:0611/152435:FATAL:picture_layer_impl.cc(974)] Check ...
6 years, 6 months ago (2014-06-11 19:44:14 UTC) #67
danakj
https://codereview.chromium.org/271533011/diff/670001/cc/layers/draw_properties.h File cc/layers/draw_properties.h (right): https://codereview.chromium.org/271533011/diff/670001/cc/layers/draw_properties.h#newcode39 cc/layers/draw_properties.h:39: ideal_contents_scale(1.f), can you init these all to 0, so ...
6 years, 6 months ago (2014-06-11 19:48:35 UTC) #68
sohanjg
Thanks for pointing it out danakj@, i couldnt get the back trace for the dcheck, ...
6 years, 6 months ago (2014-06-12 11:48:24 UTC) #69
danakj
Thanks! LGTM w/ 2 last things https://codereview.chromium.org/271533011/diff/690001/cc/trees/layer_tree_host_common.cc File cc/trees/layer_tree_host_common.cc (right): https://codereview.chromium.org/271533011/diff/690001/cc/trees/layer_tree_host_common.cc#newcode912 cc/trees/layer_tree_host_common.cc:912: static inline void ...
6 years, 6 months ago (2014-06-12 16:00:46 UTC) #70
sohanjg
The CQ bit was checked by sohan.jyoti@samsung.com
6 years, 6 months ago (2014-06-13 05:01:18 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/271533011/710001
6 years, 6 months ago (2014-06-13 05:02:13 UTC) #72
sohanjg
The CQ bit was unchecked by sohan.jyoti@samsung.com
6 years, 6 months ago (2014-06-13 05:21:18 UTC) #73
sohanjg
The CQ bit was checked by sohan.jyoti@samsung.com
6 years, 6 months ago (2014-06-13 07:08:02 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/271533011/730001
6 years, 6 months ago (2014-06-13 07:10:06 UTC) #75
commit-bot: I haz the power
Change committed as 277000
6 years, 6 months ago (2014-06-13 12:51:05 UTC) #76
tonyg
6 years, 6 months ago (2014-06-14 15:57:09 UTC) #77
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/338653002/ by tonyg@chromium.org.

The reason for reverting is: BUG=384730.

Powered by Google App Engine
This is Rietveld 408576698