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

Issue 1196683003: remove SkDeviceProperties (Closed)

Created:
5 years, 6 months ago by robertphillips
Modified:
5 years, 6 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

remove SkDeviceProperties There is a lot more clean up to do here but this is probably a big enough bite. Committed: https://skia.googlesource.com/skia/+/fcf7829b67b798aff4c41c4688daa9c7381991e6

Patch Set 1 #

Patch Set 2 : Clean up #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -190 lines) Patch
M gyp/core.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M include/core/SkBitmapDevice.h View 1 chunk +4 lines, -3 lines 0 comments Download
M include/core/SkCanvas.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M include/core/SkDevice.h View 5 chunks +5 lines, -5 lines 0 comments Download
M include/core/SkPaint.h View 3 chunks +5 lines, -5 lines 0 comments Download
M include/core/SkSurfaceProps.h View 1 chunk +3 lines, -0 lines 0 comments Download
M include/gpu/GrContext.h View 2 chunks +3 lines, -3 lines 0 comments Download
M include/gpu/GrDrawContext.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M include/utils/SkNoSaveLayerCanvas.h View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBitmapDevice.cpp View 4 chunks +6 lines, -7 lines 0 comments Download
M src/core/SkCanvas.cpp View 8 chunks +20 lines, -10 lines 0 comments Download
M src/core/SkDevice.cpp View 6 chunks +7 lines, -9 lines 0 comments Download
D src/core/SkDeviceProperties.h View 1 chunk +0 lines, -41 lines 0 comments Download
M src/core/SkGlyphCache.h View 4 chunks +5 lines, -6 lines 0 comments Download
M src/core/SkPaint.cpp View 1 11 chunks +16 lines, -16 lines 0 comments Download
M src/core/SkScalerContext.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrAtlasTextContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 12 chunks +15 lines, -15 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 chunks +8 lines, -10 lines 0 comments Download
M src/gpu/GrDrawContext.cpp View 5 chunks +8 lines, -9 lines 0 comments Download
M src/gpu/GrLayerHoister.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.cpp View 1 5 chunks +8 lines, -8 lines 0 comments Download
M src/gpu/GrTextContext.h View 4 chunks +4 lines, -4 lines 0 comments Download
M src/gpu/GrTextContext.cpp View 3 chunks +5 lines, -5 lines 0 comments Download
M src/gpu/SkGpuDevice.h View 1 2 chunks +3 lines, -2 lines 3 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 chunks +2 lines, -19 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (6 generated)
robertphillips
5 years, 6 months ago (2015-06-19 16:54:21 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1196683003/20001
5 years, 6 months ago (2015-06-19 16:54:43 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-19 17:00:25 UTC) #6
bungeman-skia
https://codereview.chromium.org/1196683003/diff/20001/src/gpu/SkGpuDevice.h File src/gpu/SkGpuDevice.h (right): https://codereview.chromium.org/1196683003/diff/20001/src/gpu/SkGpuDevice.h#newcode80 src/gpu/SkGpuDevice.h:80: return this->getLeakyProperties(); Does this make sense? The leaky properties ...
5 years, 6 months ago (2015-06-19 17:35:34 UTC) #7
bungeman-skia
lgtm so long as we follow up by removing/renaming any remaining leakyProp things now that ...
5 years, 6 months ago (2015-06-19 18:27:31 UTC) #8
robertphillips
https://codereview.chromium.org/1196683003/diff/20001/src/gpu/SkGpuDevice.h File src/gpu/SkGpuDevice.h (right): https://codereview.chromium.org/1196683003/diff/20001/src/gpu/SkGpuDevice.h#newcode80 src/gpu/SkGpuDevice.h:80: return this->getLeakyProperties(); As discussed in person I will follow ...
5 years, 6 months ago (2015-06-19 18:27:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1196683003/20001
5 years, 6 months ago (2015-06-19 18:33:46 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/592)
5 years, 6 months ago (2015-06-19 18:35:02 UTC) #13
reed1
lgtm AWESOME!
5 years, 6 months ago (2015-06-19 18:47:34 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1196683003/20001
5 years, 6 months ago (2015-06-19 18:48:55 UTC) #16
commit-bot: I haz the power
5 years, 6 months ago (2015-06-19 18:49:56 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/fcf7829b67b798aff4c41c4688daa9c7381991e6

Powered by Google App Engine
This is Rietveld 408576698