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

Issue 1036403002: views: Move TopContainerView paint recursion to PaintChildren. (Closed)

Created:
5 years, 9 months ago by danakj
Modified:
5 years, 9 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina, enne (OOO), piman, sky
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

views: Move TopContainerView paint recursion to PaintChildren. Currently this class recurses to browser_view_->frame()->GetFrameView() in OnPaintBackground. Instead, do this recursion in PaintChildren so that it has access to the the recursion data to be passed through PaintChildren. R=sky BUG=466426 Committed: https://crrev.com/bdc4b62d9366cd45d082192793c000386d9bb3f1 Cr-Commit-Position: refs/heads/master@{#322663}

Patch Set 1 #

Total comments: 2

Patch Set 2 : topcontainerview: . #

Patch Set 3 : topcontainerview: . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M chrome/browser/ui/views/frame/top_container_view.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/frame/top_container_view.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 14 (4 generated)
danakj
5 years, 9 months ago (2015-03-27 18:09:46 UTC) #1
danakj
Ran an ash window in immersive mode and verified the drop-in controls still look the ...
5 years, 9 months ago (2015-03-27 18:10:07 UTC) #2
danakj
https://codereview.chromium.org/1036403002/diff/1/chrome/browser/ui/views/frame/top_container_view.cc File chrome/browser/ui/views/frame/top_container_view.cc (right): https://codereview.chromium.org/1036403002/diff/1/chrome/browser/ui/views/frame/top_container_view.cc#newcode29 chrome/browser/ui/views/frame/top_container_view.cc:29: frame->Paint(canvas, cull_set); One question, is it okay to pass ...
5 years, 9 months ago (2015-03-27 18:50:58 UTC) #3
danakj
https://codereview.chromium.org/1036403002/diff/1/chrome/browser/ui/views/frame/top_container_view.cc File chrome/browser/ui/views/frame/top_container_view.cc (right): https://codereview.chromium.org/1036403002/diff/1/chrome/browser/ui/views/frame/top_container_view.cc#newcode29 chrome/browser/ui/views/frame/top_container_view.cc:29: frame->Paint(canvas, cull_set); On 2015/03/27 18:50:58, danakj wrote: > One ...
5 years, 9 months ago (2015-03-27 19:17:26 UTC) #4
sky
LGTM
5 years, 9 months ago (2015-03-27 21:19:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1036403002/20001
5 years, 9 months ago (2015-03-27 21:29:22 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/21995)
5 years, 9 months ago (2015-03-27 21:42:24 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1036403002/40001
5 years, 9 months ago (2015-03-27 21:45:33 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-27 22:43:04 UTC) #13
commit-bot: I haz the power
5 years, 9 months ago (2015-03-27 22:44:05 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/bdc4b62d9366cd45d082192793c000386d9bb3f1
Cr-Commit-Position: refs/heads/master@{#322663}

Powered by Google App Engine
This is Rietveld 408576698