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

Issue 458153002: cc: Use impl-side painting code in LTH scroll layer test. (Closed)

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

Description

cc: Use impl-side painting code in LTH scroll layer test. Use PictureLayer instead of ContentLayer, and stop explicitly setting impl-side painting as false for tests. BUG=401492 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288968

Patch Set 1 #

Total comments: 2

Patch Set 2 : use PictureLayer instead of Fake. #

Total comments: 2

Patch Set 3 : updated more tests. #

Total comments: 10

Patch Set 4 : remove redundant tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -41 lines) Patch
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 2 3 9 chunks +21 lines, -41 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
sohanjg
Can you please take a look. Thanks.
6 years, 4 months ago (2014-08-11 10:15:27 UTC) #1
danakj
LGTM but I think prefer PictureLayer over FakePictureLayer if we don't use anything from the ...
6 years, 4 months ago (2014-08-11 14:12:46 UTC) #2
sohanjg
updated. https://codereview.chromium.org/458153002/diff/1/cc/trees/layer_tree_host_unittest_scroll.cc File cc/trees/layer_tree_host_unittest_scroll.cc (right): https://codereview.chromium.org/458153002/diff/1/cc/trees/layer_tree_host_unittest_scroll.cc#newcode452 cc/trees/layer_tree_host_unittest_scroll.cc:452: root_scroll_layer_ = FakePictureLayer::Create(&fake_content_layer_client_); On 2014/08/11 14:12:46, danakj wrote: ...
6 years, 4 months ago (2014-08-11 14:26:42 UTC) #3
danakj
Cool LGTM
6 years, 4 months ago (2014-08-11 14:29:54 UTC) #4
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 4 months ago (2014-08-11 14:29:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/458153002/20001
6 years, 4 months ago (2014-08-11 14:30:39 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-11 15:55:25 UTC) #7
danakj
Looks like the tests don't pass with this change tho, did you try locally?
6 years, 4 months ago (2014-08-11 15:58:38 UTC) #8
danakj
The CQ bit was unchecked by danakj@chromium.org
6 years, 4 months ago (2014-08-11 15:58:40 UTC) #9
sohanjg
On 2014/08/11 15:58:40, danakj wrote: > The CQ bit was unchecked by mailto:danakj@chromium.org Strange.. i ...
6 years, 4 months ago (2014-08-11 16:10:48 UTC) #10
danakj
We changed the LayerTreeHostScrollTestCaseWithChild in this patch, and I see that failing on the bots. ...
6 years, 4 months ago (2014-08-11 16:21:12 UTC) #11
danakj
https://codereview.chromium.org/458153002/diff/20001/cc/trees/layer_tree_host_unittest_scroll.cc File cc/trees/layer_tree_host_unittest_scroll.cc (right): https://codereview.chromium.org/458153002/diff/20001/cc/trees/layer_tree_host_unittest_scroll.cc#newcode564 cc/trees/layer_tree_host_unittest_scroll.cc:564: root_scroll_layer_->content_bounds()); Picture layer's content bounds don't change like Tiled ...
6 years, 4 months ago (2014-08-11 16:22:34 UTC) #12
sohanjg
On 2014/08/11 16:22:34, danakj wrote: > https://codereview.chromium.org/458153002/diff/20001/cc/trees/layer_tree_host_unittest_scroll.cc > File cc/trees/layer_tree_host_unittest_scroll.cc (right): > > https://codereview.chromium.org/458153002/diff/20001/cc/trees/layer_tree_host_unittest_scroll.cc#newcode564 > ...
6 years, 4 months ago (2014-08-11 16:27:14 UTC) #13
danakj
On Mon, Aug 11, 2014 at 12:27 PM, <sohan.jyoti@samsung.com> wrote: > On 2014/08/11 16:22:34, danakj ...
6 years, 4 months ago (2014-08-11 16:29:10 UTC) #14
sohanjg
thanks for your tips about test launcher jobs, they really expedite the test run. i ...
6 years, 4 months ago (2014-08-12 10:57:30 UTC) #15
danakj
Thanks, yep! https://codereview.chromium.org/458153002/diff/40001/cc/trees/layer_tree_host_unittest_scroll.cc File cc/trees/layer_tree_host_unittest_scroll.cc (right): https://codereview.chromium.org/458153002/diff/40001/cc/trees/layer_tree_host_unittest_scroll.cc#newcode564 cc/trees/layer_tree_host_unittest_scroll.cc:564: // Ensure device scale factor is affecting ...
6 years, 4 months ago (2014-08-12 13:26:46 UTC) #16
sohanjg
please take a look, thanks! https://codereview.chromium.org/458153002/diff/40001/cc/trees/layer_tree_host_unittest_scroll.cc File cc/trees/layer_tree_host_unittest_scroll.cc (right): https://codereview.chromium.org/458153002/diff/40001/cc/trees/layer_tree_host_unittest_scroll.cc#newcode564 cc/trees/layer_tree_host_unittest_scroll.cc:564: // Ensure device scale ...
6 years, 4 months ago (2014-08-12 13:38:24 UTC) #17
danakj
LGTM
6 years, 4 months ago (2014-08-12 13:48:15 UTC) #18
danakj
The CQ bit was checked by danakj@chromium.org
6 years, 4 months ago (2014-08-12 13:48:18 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/458153002/60001
6 years, 4 months ago (2014-08-12 13:51:01 UTC) #20
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 15:07:48 UTC) #21
Message was sent while issue was closed.
Change committed as 288968

Powered by Google App Engine
This is Rietveld 408576698