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

Issue 8044015: ui/gfx: Add ToString() function to Point class. (Closed)

Created:
9 years, 2 months ago by tfarina
Modified:
9 years, 2 months ago
Reviewers:
sky
CC:
chromium-reviews
Visibility:
Public.

Description

ui/gfx: Add ToString() function to Point class. So we don't need to override operator<< for Point class. R=sky@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102746

Patch Set 1 : #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -14 lines) Patch
M ui/gfx/point.h View 2 chunks +5 lines, -5 lines 0 comments Download
M ui/gfx/point.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/gfx/rect.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/web_io_operators.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl_mac.mm View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tfarina
Fixed as per http://codereview.chromium.org/497004#msg2
9 years, 2 months ago (2011-09-26 13:53:26 UTC) #1
sky
I believe we define this operator for a handful of classes. Is there a reason ...
9 years, 2 months ago (2011-09-26 14:46:51 UTC) #2
tfarina
On 2011/09/26 14:46:51, sky wrote: > I believe we define this operator for a handful ...
9 years, 2 months ago (2011-09-26 14:55:08 UTC) #3
sky
9 years, 2 months ago (2011-09-26 15:09:54 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698