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

Issue 11086037: Revert 160976 - The center of a rect is x+width/2, y+height/2 (Closed)

Created:
8 years, 2 months ago by cpu_(ooo_6.6-7.5)
Modified:
8 years, 2 months ago
Reviewers:
danakj
CC:
chromium-reviews, cc-bugs_chromium.org, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Revert 160976 - The center of a rect is x+width/2, y+height/2 If a rect is (0, 0, 5, 5) the center should be 2.5, 2.5, not 2, 2. Tests: ui_unittests:RectTest.CenterPoint ui_unittests:RectTest.CenterPointF BUG=147395 Review URL: https://chromiumcodereview.appspot.com/11065050 TBR=danakj@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=160993

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -72 lines) Patch
M ash/tooltips/tooltip_controller_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M ui/aura/root_window_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/rect_base_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/rect_unittest.cc View 1 chunk +0 lines, -60 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
cpu_(ooo_6.6-7.5)
8 years, 2 months ago (2012-10-10 00:38:12 UTC) #1
cpu_(ooo_6.6-7.5)
8 years, 2 months ago (2012-10-10 00:41:14 UTC) #2
the failure was in 
http://chromegw.corp.google.com/i/chromium.chromiumos/builders/Linux%20Chromi...


OutOfProcessPPAPITest.InputEvent

Powered by Google App Engine
This is Rietveld 408576698