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

Issue 1774633002: SkPDF Create working move constructor for inner classes (Closed)

Created:
4 years, 9 months ago by hal.canary
Modified:
4 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

SkPDF Create working move constructor for inner classes BUG=chromium:592330, chromium:592702 Committed: https://skia.googlesource.com/skia/+/d7b2885b90c6d248d8188cdb3720ea9150568a89

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -9 lines) Patch
M src/pdf/SkPDFDevice.h View 1 chunk +16 lines, -4 lines 1 comment Download
M src/pdf/SkPDFDevice.cpp View 2 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
hal.canary
ptalk
4 years, 9 months ago (2016-03-07 20:21:49 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774633002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774633002/1
4 years, 9 months ago (2016-03-07 20:22:03 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-07 20:37:09 UTC) #9
bungeman-skia
lgtm
4 years, 9 months ago (2016-03-07 20:38:01 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774633002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774633002/1
4 years, 9 months ago (2016-03-07 20:38:10 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/d7b2885b90c6d248d8188cdb3720ea9150568a89
4 years, 9 months ago (2016-03-07 20:39:17 UTC) #15
reed1
4 years, 9 months ago (2016-03-07 20:47:42 UTC) #17
Message was sent while issue was closed.
https://codereview.chromium.org/1774633002/diff/1/src/pdf/SkPDFDevice.h
File src/pdf/SkPDFDevice.h (right):

https://codereview.chromium.org/1774633002/diff/1/src/pdf/SkPDFDevice.h#newco...
src/pdf/SkPDFDevice.h:208: RectWithData(RectWithData&& other)
Seems like these are explicitly written (as opposed to just relying on what the
compiler will do for us) as a performance step for 1 bad compiler that will go
away soonish (e.g. windows 2013).

Perhaps we can simplify this code (and reviewing it) by just leaving these off,
and go slow on that windows compiler. I suggest that also since this data type
is hardly ever used (annotations) so we are not interested in paying more
complexity for speed (imho).

Powered by Google App Engine
This is Rietveld 408576698