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

Issue 296403003: Add a move constructor and move assignment operator to Length (Closed)

Created:
6 years, 6 months ago by Inactive
Modified:
6 years, 6 months ago
Reviewers:
tkent, Nico
CC:
blink-reviews
Visibility:
Public.

Description

Add a move constructor and move assignment operator to Length Add a move constructor and move assignment operator to Length for performance. This is inspired by the following WebKit revision by andersca@apple.com: http://trac.webkit.org/changeset/156132 R=tkent@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174830

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -0 lines) Patch
M Source/platform/Length.h View 1 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Inactive
6 years, 6 months ago (2014-05-26 02:22:12 UTC) #1
tkent
https://codereview.chromium.org/296403003/diff/1/Source/platform/Length.h File Source/platform/Length.h (right): https://codereview.chromium.org/296403003/diff/1/Source/platform/Length.h#newcode127 Source/platform/Length.h:127: length.m_type = Auto; Why do we need do length.m_type=Auto ...
6 years, 6 months ago (2014-05-27 00:13:28 UTC) #2
Inactive
https://codereview.chromium.org/296403003/diff/1/Source/platform/Length.h File Source/platform/Length.h (right): https://codereview.chromium.org/296403003/diff/1/Source/platform/Length.h#newcode127 Source/platform/Length.h:127: length.m_type = Auto; On 2014/05/27 00:13:29, tkent wrote: > ...
6 years, 6 months ago (2014-05-27 00:33:28 UTC) #3
tkent
lgtm On 2014/05/27 00:33:28, Chris Dumez wrote: > https://codereview.chromium.org/296403003/diff/1/Source/platform/Length.h > File Source/platform/Length.h (right): > > ...
6 years, 6 months ago (2014-05-27 00:41:58 UTC) #4
Inactive
On 2014/05/27 00:41:58, tkent wrote: > lgtm > > On 2014/05/27 00:33:28, Chris Dumez wrote: ...
6 years, 6 months ago (2014-05-27 00:45:50 UTC) #5
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 6 months ago (2014-05-27 00:46:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/296403003/20001
6 years, 6 months ago (2014-05-27 00:46:29 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-05-27 02:02:23 UTC) #8
Message was sent while issue was closed.
Change committed as 174830

Powered by Google App Engine
This is Rietveld 408576698