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

Issue 25518002: Add BoxF::ExpandTo (Closed)

Created:
7 years, 2 months ago by Ian Vollick
Modified:
7 years, 2 months ago
Reviewers:
danakj, ajuma
CC:
chromium-reviews
Visibility:
Public.

Description

Add BoxF::ExpandTo This will be useful when you need to compute a bounding box for a collection of 3D points. R=ajuma@chromium.org BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226359

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 5

Patch Set 4 : . #

Total comments: 2

Patch Set 5 : Updated comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -10 lines) Patch
M ui/gfx/box_f.h View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
M ui/gfx/box_f.cc View 1 2 3 3 chunks +23 lines, -10 lines 0 comments Download
M ui/gfx/box_unittest.cc View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Ian Vollick
7 years, 2 months ago (2013-10-01 13:05:31 UTC) #1
ajuma
https://codereview.chromium.org/25518002/diff/1/ui/gfx/box_f.cc File ui/gfx/box_f.cc (right): https://codereview.chromium.org/25518002/diff/1/ui/gfx/box_f.cc#newcode68 ui/gfx/box_f.cc:68: depth_ = max.z() - origin_.z(); How about putting the ...
7 years, 2 months ago (2013-10-01 13:21:02 UTC) #2
Ian Vollick
On 2013/10/01 13:21:02, ajuma wrote: > https://codereview.chromium.org/25518002/diff/1/ui/gfx/box_f.cc > File ui/gfx/box_f.cc (right): > > https://codereview.chromium.org/25518002/diff/1/ui/gfx/box_f.cc#newcode68 > ...
7 years, 2 months ago (2013-10-01 13:37:29 UTC) #3
ajuma
On 2013/10/01 13:37:29, Ian Vollick wrote: > On 2013/10/01 13:21:02, ajuma wrote: > > https://codereview.chromium.org/25518002/diff/1/ui/gfx/box_f.cc ...
7 years, 2 months ago (2013-10-01 13:51:13 UTC) #4
Ian Vollick
On 2013/10/01 13:51:13, ajuma wrote: > On 2013/10/01 13:37:29, Ian Vollick wrote: > > On ...
7 years, 2 months ago (2013-10-01 13:53:04 UTC) #5
danakj
https://codereview.chromium.org/25518002/diff/13001/ui/gfx/box_f.cc File ui/gfx/box_f.cc (right): https://codereview.chromium.org/25518002/diff/13001/ui/gfx/box_f.cc#newcode28 ui/gfx/box_f.cc:28: float min_x = std::min(x(), min.x()); DCHECK() that min <= ...
7 years, 2 months ago (2013-10-01 14:23:43 UTC) #6
Ian Vollick
On 2013/10/01 14:23:43, danakj wrote: > https://codereview.chromium.org/25518002/diff/13001/ui/gfx/box_f.cc > File ui/gfx/box_f.cc (right): > > https://codereview.chromium.org/25518002/diff/13001/ui/gfx/box_f.cc#newcode28 > ...
7 years, 2 months ago (2013-10-01 14:54:41 UTC) #7
danakj
LGTM with one comment request on the public ExpandTo https://codereview.chromium.org/25518002/diff/26001/ui/gfx/box_f.cc File ui/gfx/box_f.cc (right): https://codereview.chromium.org/25518002/diff/26001/ui/gfx/box_f.cc#newcode54 ui/gfx/box_f.cc:54: ...
7 years, 2 months ago (2013-10-01 15:09:15 UTC) #8
Ian Vollick
On 2013/10/01 15:09:15, danakj wrote: > LGTM with one comment request on the public ExpandTo ...
7 years, 2 months ago (2013-10-01 18:26:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/25518002/29001
7 years, 2 months ago (2013-10-01 18:26:44 UTC) #10
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) telemetry_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=204167
7 years, 2 months ago (2013-10-01 21:31:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vollick@chromium.org/25518002/29001
7 years, 2 months ago (2013-10-01 22:06:13 UTC) #12
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 00:09:18 UTC) #13
Message was sent while issue was closed.
Change committed as 226359

Powered by Google App Engine
This is Rietveld 408576698