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

Issue 23621005: Replace SkTScopedPtr with SkAutoTDelete in Skia. (Closed)

Created:
7 years, 3 months ago by mtklein
Modified:
7 years, 3 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Replace SkTScopedPtr with SkAutoTDelete in Skia. BUG= Committed: http://code.google.com/p/skia/source/detail?r=11016

Patch Set 1 #

Total comments: 3

Patch Set 2 : port class comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -115 lines) Patch
M experimental/SimpleiOSApp/SimpleiOSApp.xcodeproj/project.pbxproj View 2 chunks +0 lines, -2 lines 0 comments Download
M experimental/iOSSampleApp/iOSSampleApp.xcodeproj/project.pbxproj View 2 chunks +0 lines, -2 lines 0 comments Download
M gyp/core.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M gyp/public_headers.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M include/core/SkAdvancedTypefaceMetrics.h View 4 chunks +5 lines, -6 lines 0 comments Download
D include/core/SkTScopedPtr.h View 1 chunk +0 lines, -76 lines 0 comments Download
M include/core/SkTemplates.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M include/pdf/SkPDFDevice.h View 2 chunks +5 lines, -5 lines 0 comments Download
M include/pdf/SkPDFDocument.h View 2 chunks +2 lines, -2 lines 0 comments Download
M include/utils/win/SkTScopedComPtr.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkAdvancedTypefaceMetrics.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 5 chunks +11 lines, -11 lines 0 comments Download
M tests/WArrayTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
mtklein
Pending the change to remove the useless #include in Chromium. Android's now cleaned up. +reed ...
7 years, 3 months ago (2013-08-29 15:41:44 UTC) #1
reed1
lgtm https://codereview.chromium.org/23621005/diff/1/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.chromium.org/23621005/diff/1/src/pdf/SkPDFDevice.cpp#newcode1681 src/pdf/SkPDFDevice.cpp:1681: newEntry.detach(); I know this is not new to ...
7 years, 3 months ago (2013-08-29 15:49:59 UTC) #2
tomhudson
This is good, including details like we're now using SkDELETE() here. Is the SkTScopedPtr class ...
7 years, 3 months ago (2013-08-29 15:51:57 UTC) #3
mtklein
Yes, the class comment was a perfect description of SkAutoTDelete too. I've ported it over ...
7 years, 3 months ago (2013-08-29 15:59:03 UTC) #4
vandebo (ex-Chrome)
https://codereview.chromium.org/23621005/diff/1/src/pdf/SkPDFDevice.cpp File src/pdf/SkPDFDevice.cpp (right): https://codereview.chromium.org/23621005/diff/1/src/pdf/SkPDFDevice.cpp#newcode1681 src/pdf/SkPDFDevice.cpp:1681: newEntry.detach(); On 2013/08/29 15:59:03, mtklein wrote: > On 2013/08/29 ...
7 years, 3 months ago (2013-08-29 16:20:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@google.com/23621005/7001
7 years, 3 months ago (2013-08-29 22:05:04 UTC) #6
commit-bot: I haz the power
7 years, 3 months ago (2013-08-29 22:14:14 UTC) #7
Message was sent while issue was closed.
Change committed as 11016

Powered by Google App Engine
This is Rietveld 408576698