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

Issue 2363743006: Remove redundant copy constructor for NGPhysicalConstraintSpace (Closed)

Created:
4 years, 3 months ago by Gleb Lanbin
Modified:
4 years, 2 months ago
Reviewers:
cbiesinger, eae
CC:
chromium-reviews, cbiesinger, ojan+watch_chromium.org, szager+layoutwatch_chromium.org, glebl+reviews_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove redundant copy constructor for NGPhysicalConstraintSpace The existing NGPhysicalConstraintSpace's copy constructor doesn't copy container_size_. This causes some bugs. C++ compiler provides a copy constructor by default. Lets remove the redundant one. BUG=635619 Committed: https://crrev.com/5ab0ea957e8f988b50bd224a08c3503c146b7ab7 Cr-Commit-Position: refs/heads/master@{#422306}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -14 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.cc View 1 chunk +0 lines, -13 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
Gleb Lanbin
4 years, 3 months ago (2016-09-23 00:49:17 UTC) #3
cbiesinger
Adding eae, because if I recall correctly it purposefully does not copy exclusions, so a ...
4 years, 3 months ago (2016-09-23 18:23:49 UTC) #9
Gleb Lanbin
On 2016/09/23 18:23:49, cbiesinger wrote: > Adding eae, because if I recall correctly it purposefully ...
4 years, 3 months ago (2016-09-23 18:32:46 UTC) #10
eae
We shouldn't really ever have to copy NGPhysicalConstraintSpace objects and instead copy/create new NGConstraintSpace ones ...
4 years, 2 months ago (2016-09-30 20:27:38 UTC) #11
eae
as such, LGTM
4 years, 2 months ago (2016-09-30 20:27:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2363743006/1
4 years, 2 months ago (2016-09-30 22:02:19 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/307789)
4 years, 2 months ago (2016-09-30 23:48:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2363743006/1
4 years, 2 months ago (2016-10-01 05:09:49 UTC) #18
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-01 06:11:21 UTC) #20
commit-bot: I haz the power
4 years, 2 months ago (2016-10-01 06:13:30 UTC) #22
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/5ab0ea957e8f988b50bd224a08c3503c146b7ab7
Cr-Commit-Position: refs/heads/master@{#422306}

Powered by Google App Engine
This is Rietveld 408576698