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

Issue 551463004: introduce Props to surface (Closed)

Created:
6 years, 3 months ago by reed1
Modified:
6 years, 3 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

introduce Props to surface (work in progress) BUG=skia: Committed: https://skia.googlesource.com/skia/+/3716fd067a5621bb94a6cb08d72afec8bf3aceda

Patch Set 1 #

Patch Set 2 : plumb down to bitmapdevice #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : handle dither and aa at the canvas level #

Total comments: 3

Patch Set 6 : un-plumb props into device (not needed) #

Total comments: 24

Patch Set 7 : address comments from #6 #

Total comments: 2

Patch Set 8 : re-add explicit #

Patch Set 9 : remember to set GenA8FromLCD #

Patch Set 10 : #

Patch Set 11 : call legacy SkFontLCDConfig for legacy Props #

Patch Set 12 : change deviceproperties to store SkPixelGeometry #

Patch Set 13 : all 'works', just need to write new tests #

Patch Set 14 : #

Patch Set 15 : #

Total comments: 7

Patch Set 16 : bool != int #

Patch Set 17 : deprecate non-prop versions of surfaces #

Total comments: 4

Patch Set 18 : rebase #

Patch Set 19 : test all 5 pixel geometries #

Patch Set 20 : remove typedef of SkSurfaceProps to Props #

Patch Set 21 : update SkGLWidget (more is needed) #

Patch Set 22 : fix no-gpu build #

Patch Set 23 : rebase (nasty) #

Total comments: 27

Patch Set 24 : fix no-gpu after rebase #

Total comments: 12

Patch Set 25 : address comments from 23 and 24 #

Total comments: 4

Patch Set 26 : address comments from #25 #

Patch Set 27 : add new file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+607 lines, -249 lines) Patch
M debugger/QT/SkGLWidget.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +4 lines, -2 lines 0 comments Download
M dm/DMGpuSupport.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M gm/dftext.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M gm/image.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
A gm/surface.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +109 lines, -0 lines 0 comments Download
M gm/xfermodes3.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M gyp/gmslides.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkBitmapDevice.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkCanvas.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 5 chunks +17 lines, -4 lines 0 comments Download
M include/core/SkDevice.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -1 line 0 comments Download
M include/core/SkSurface.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 7 chunks +56 lines, -33 lines 0 comments Download
A include/core/SkSurfaceProps.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +80 lines, -0 lines 0 comments Download
M include/pdf/SkPDFDevice.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M include/utils/SkNoSaveLayerCanvas.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkBitmapDevice.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 18 chunks +65 lines, -19 lines 0 comments Download
M src/core/SkDevice.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +6 lines, -2 lines 0 comments Download
M src/core/SkDeviceProperties.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +15 lines, -92 lines 0 comments Download
M src/core/SkPaint.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +26 lines, -12 lines 0 comments Download
M src/core/SkPictureRecord.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkPictureRecord.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkRecorder.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
A src/core/SkSurfacePriv.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +25 lines, -0 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 3 chunks +4 lines, -5 lines 0 comments Download
M src/gpu/GrLayerHoister.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +2 lines, -4 lines 0 comments Download
M src/gpu/SkGpuDevice.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 3 chunks +5 lines, -4 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +10 lines, -8 lines 0 comments Download
M src/image/SkSurface.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +99 lines, -6 lines 0 comments Download
M src/image/SkSurface_Base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -3 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +18 lines, -13 lines 0 comments Download
M src/image/SkSurface_Raster.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 6 chunks +16 lines, -13 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M src/ports/SkImageDecoder_CG.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M src/utils/SkDeferredCanvas.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M tests/DeferredCanvasTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +4 lines, -4 lines 0 comments Download
M tests/GpuDrawPathTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -1 line 0 comments Download
M tests/ImageFilterTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +6 lines, -0 lines 0 comments Download
M tests/PremulAlphaRoundTripTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M tests/ReadWriteAlphaTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M tests/ResourceCacheTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M tests/SurfaceTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M tools/PictureRenderer.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 78 (20 generated)
reed1
didn't (yet) incorporate the gpu-specific flags into Props -- distance-fields, clear-or-not. thoughts?
6 years, 3 months ago (2014-09-10 19:24:31 UTC) #1
reed1
Eventually I guess some of these props need to filter down to canvas and device ...
6 years, 3 months ago (2014-09-10 19:26:12 UTC) #3
reed1
6 years, 3 months ago (2014-09-11 16:01:16 UTC) #5
reed1
Now with plumbing down to rasterdevice. Still need to understand how this meshes with DeviceProperties ...
6 years, 3 months ago (2014-09-11 21:27:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/551463004/80001
6 years, 3 months ago (2014-09-15 20:04:56 UTC) #8
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-15 20:04:58 UTC) #9
bsalomon
Seems like this should supplant deviceproperties. https://codereview.chromium.org/551463004/diff/80001/include/core/SkSurfaceProps.h File include/core/SkSurfaceProps.h (right): https://codereview.chromium.org/551463004/diff/80001/include/core/SkSurfaceProps.h#newcode32 include/core/SkSurfaceProps.h:32: SkIPoint fOrigin; Origin ...
6 years, 3 months ago (2014-09-15 20:09:05 UTC) #11
bungeman-skia
https://codereview.chromium.org/551463004/diff/80001/include/core/SkSurfaceProps.h File include/core/SkSurfaceProps.h (right): https://codereview.chromium.org/551463004/diff/80001/include/core/SkSurfaceProps.h#newcode15 include/core/SkSurfaceProps.h:15: kLegacyLCD_SkPixelGeometry, Throw this in at end and give big ...
6 years, 3 months ago (2014-09-15 20:47:13 UTC) #12
robertphillips
https://codereview.chromium.org/551463004/diff/100001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/551463004/diff/100001/include/core/SkSurface.h#newcode210 include/core/SkSurface.h:210: Why not "const Props&" ? https://codereview.chromium.org/551463004/diff/100001/include/core/SkSurfaceProps.h File include/core/SkSurfaceProps.h (right): ...
6 years, 3 months ago (2014-09-16 14:15:20 UTC) #13
robertphillips
This is going to require some pretty exhaustive unit testing.
6 years, 3 months ago (2014-09-16 14:22:44 UTC) #14
reed1
https://codereview.chromium.org/551463004/diff/100001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/551463004/diff/100001/include/core/SkSurface.h#newcode210 include/core/SkSurface.h:210: On 2014/09/16 14:15:17, robertphillips wrote: > Why not "const ...
6 years, 3 months ago (2014-09-16 18:16:01 UTC) #15
bungeman-skia
https://codereview.chromium.org/551463004/diff/120001/include/core/SkCanvas.h File include/core/SkCanvas.h (right): https://codereview.chromium.org/551463004/diff/120001/include/core/SkCanvas.h#newcode139 include/core/SkCanvas.h:139: SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps* = NULL); This should ...
6 years, 3 months ago (2014-09-16 19:18:54 UTC) #16
reed1
https://codereview.chromium.org/551463004/diff/120001/include/core/SkCanvas.h File include/core/SkCanvas.h (right): https://codereview.chromium.org/551463004/diff/120001/include/core/SkCanvas.h#newcode139 include/core/SkCanvas.h:139: SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps* = NULL); On 2014/09/16 ...
6 years, 3 months ago (2014-09-16 19:38:47 UTC) #17
reed1
PTAL
6 years, 3 months ago (2014-09-18 18:05:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/551463004/280001
6 years, 3 months ago (2014-09-18 18:11:19 UTC) #20
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-18 18:11:21 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot/builds/759)
6 years, 3 months ago (2014-09-18 18:18:01 UTC) #23
bungeman-skia
https://codereview.chromium.org/551463004/diff/280001/gm/surface.cpp File gm/surface.cpp (right): https://codereview.chromium.org/551463004/diff/280001/gm/surface.cpp#newcode83 gm/surface.cpp:83: for (int disallowAA = 0; disallowAA <= 1; ++disallowAA) ...
6 years, 3 months ago (2014-09-18 18:31:21 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/551463004/300001
6 years, 3 months ago (2014-09-18 18:38:39 UTC) #26
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-18 18:38:41 UTC) #27
commit-bot: I haz the power
Failed to apply patch for samplecode/SampleApp.cpp: While running git apply --index -p1; error: patch failed: ...
6 years, 3 months ago (2014-09-18 18:38:52 UTC) #29
bsalomon
https://codereview.chromium.org/551463004/diff/280001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/551463004/diff/280001/include/core/SkSurface.h#newcode108 include/core/SkSurface.h:108: static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount, Can we ...
6 years, 3 months ago (2014-09-18 18:43:33 UTC) #30
reed1
PTAL https://codereview.chromium.org/551463004/diff/280001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/551463004/diff/280001/include/core/SkSurface.h#newcode108 include/core/SkSurface.h:108: static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount, On ...
6 years, 3 months ago (2014-09-18 21:03:12 UTC) #31
bungeman-skia
https://codereview.chromium.org/551463004/diff/320001/gm/surface.cpp File gm/surface.cpp (right): https://codereview.chromium.org/551463004/diff/320001/gm/surface.cpp#newcode79 gm/surface.cpp:79: kBGR_H_SkPixelGeometry, Can we have at least one of the ...
6 years, 3 months ago (2014-09-18 21:14:10 UTC) #32
bsalomon
https://codereview.chromium.org/551463004/diff/280001/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/551463004/diff/280001/src/core/SkCanvas.cpp#newcode271 src/core/SkCanvas.cpp:271: fPaint = &fOrigPaint; On 2014/09/18 21:03:12, reed1 wrote: > ...
6 years, 3 months ago (2014-09-18 21:20:24 UTC) #33
reed1
https://codereview.chromium.org/551463004/diff/320001/gm/surface.cpp File gm/surface.cpp (right): https://codereview.chromium.org/551463004/diff/320001/gm/surface.cpp#newcode79 gm/surface.cpp:79: kBGR_H_SkPixelGeometry, On 2014/09/18 21:14:10, bungeman1 wrote: > Can we ...
6 years, 3 months ago (2014-09-18 21:24:41 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/551463004/360001
6 years, 3 months ago (2014-09-18 21:25:50 UTC) #36
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-18 21:25:51 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot/builds/773)
6 years, 3 months ago (2014-09-18 21:31:55 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/551463004/400001
6 years, 3 months ago (2014-09-19 12:51:30 UTC) #41
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-19 12:51:32 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot/builds/777)
6 years, 3 months ago (2014-09-19 12:58:11 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/551463004/420001
6 years, 3 months ago (2014-09-19 15:17:38 UTC) #46
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-19 15:17:39 UTC) #47
commit-bot: I haz the power
Failed to apply patch for include/core/SkSurface.h: While running git apply --index -p1; <stdin>:80: trailing whitespace. ...
6 years, 3 months ago (2014-09-19 15:17:57 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/551463004/440001
6 years, 3 months ago (2014-09-19 17:42:57 UTC) #51
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-19 17:42:58 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot/builds/787)
6 years, 3 months ago (2014-09-19 17:46:45 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/551463004/460001
6 years, 3 months ago (2014-09-19 17:57:57 UTC) #56
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
6 years, 3 months ago (2014-09-19 17:57:59 UTC) #57
bsalomon
I'd say more but I'm too busy playing with my beach ball. https://codereview.chromium.org/551463004/diff/440001/include/core/SkCanvas.h File include/core/SkCanvas.h ...
6 years, 3 months ago (2014-09-19 17:58:23 UTC) #58
reed1
https://codereview.chromium.org/551463004/diff/440001/include/core/SkCanvas.h File include/core/SkCanvas.h (right): https://codereview.chromium.org/551463004/diff/440001/include/core/SkCanvas.h#newcode206 include/core/SkCanvas.h:206: * props are passed to the new surface. On ...
6 years, 3 months ago (2014-09-19 18:04:49 UTC) #59
bsalomon
https://codereview.chromium.org/551463004/diff/440001/include/core/SkCanvas.h File include/core/SkCanvas.h (right): https://codereview.chromium.org/551463004/diff/440001/include/core/SkCanvas.h#newcode206 include/core/SkCanvas.h:206: * props are passed to the new surface. On ...
6 years, 3 months ago (2014-09-19 18:21:06 UTC) #60
robertphillips
https://codereview.chromium.org/551463004/diff/440001/gm/surface.cpp File gm/surface.cpp (right): https://codereview.chromium.org/551463004/diff/440001/gm/surface.cpp#newcode15 gm/surface.cpp:15: make_linear_gradient ? https://codereview.chromium.org/551463004/diff/440001/gm/surface.cpp#newcode58 gm/surface.cpp:58: // Exercise SkSurfaceProps variants. This ...
6 years, 3 months ago (2014-09-19 18:25:37 UTC) #61
bungeman-skia
https://codereview.chromium.org/551463004/diff/460001/src/core/SkDeviceProperties.h File src/core/SkDeviceProperties.h (right): https://codereview.chromium.org/551463004/diff/460001/src/core/SkDeviceProperties.h#newcode10 src/core/SkDeviceProperties.h:10: SkDeviceProperties(InitType); If this is only ever supposed to be ...
6 years, 3 months ago (2014-09-19 18:29:51 UTC) #62
bungeman-skia
https://codereview.chromium.org/551463004/diff/460001/include/core/SkSurfaceProps.h File include/core/SkSurfaceProps.h (right): https://codereview.chromium.org/551463004/diff/460001/include/core/SkSurfaceProps.h#newcode19 include/core/SkSurfaceProps.h:19: kUnknown_SkPixelGeometry, I'd like this one (Unknown) to come last, ...
6 years, 3 months ago (2014-09-19 18:59:12 UTC) #63
reed1
https://codereview.chromium.org/551463004/diff/440001/gm/surface.cpp File gm/surface.cpp (right): https://codereview.chromium.org/551463004/diff/440001/gm/surface.cpp#newcode15 gm/surface.cpp:15: On 2014/09/19 18:25:36, robertphillips wrote: > make_linear_gradient ? hmm, ...
6 years, 3 months ago (2014-09-19 19:16:35 UTC) #64
bsalomon
lgtm https://codereview.chromium.org/551463004/diff/440001/include/core/SkSurface.h File include/core/SkSurface.h (right): https://codereview.chromium.org/551463004/diff/440001/include/core/SkSurface.h#newcode86 include/core/SkSurface.h:86: static SkSurface* NewRenderTarget(GrContext* gr, const SkImageInfo& info) { ...
6 years, 3 months ago (2014-09-19 19:25:22 UTC) #65
bungeman-skia
https://codereview.chromium.org/551463004/diff/480001/include/core/SkSurfaceProps.h File include/core/SkSurfaceProps.h (right): https://codereview.chromium.org/551463004/diff/480001/include/core/SkSurfaceProps.h#newcode11 include/core/SkSurfaceProps.h:11: #include "SkPoint.h" Is this being used?
6 years, 3 months ago (2014-09-19 19:35:13 UTC) #66
bungeman-skia
https://codereview.chromium.org/551463004/diff/480001/src/core/SkDeviceProperties.h File src/core/SkDeviceProperties.h (right): https://codereview.chromium.org/551463004/diff/480001/src/core/SkDeviceProperties.h#newcode22 src/core/SkDeviceProperties.h:22: bool useBGR() const { Is this needed anymore, this ...
6 years, 3 months ago (2014-09-19 19:52:24 UTC) #67
reed1
https://codereview.chromium.org/551463004/diff/480001/include/core/SkSurfaceProps.h File include/core/SkSurfaceProps.h (right): https://codereview.chromium.org/551463004/diff/480001/include/core/SkSurfaceProps.h#newcode11 include/core/SkSurfaceProps.h:11: #include "SkPoint.h" On 2014/09/19 19:35:12, bungeman1 wrote: > Is ...
6 years, 3 months ago (2014-09-19 20:34:21 UTC) #68
bungeman-skia
Can't say I can keep all of this in my head, but lgtm.
6 years, 3 months ago (2014-09-19 20:51:17 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/551463004/500001
6 years, 3 months ago (2014-09-20 02:50:13 UTC) #71
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-Trybot/builds/799) Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-Shared-Trybot on tryserver.skia (http://108.170.220.120:10117/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-Shared-Trybot/builds/751)
6 years, 3 months ago (2014-09-20 02:53:42 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/551463004/520001
6 years, 3 months ago (2014-09-21 16:30:53 UTC) #75
commit-bot: I haz the power
Committed patchset #27 (id:520001) as 3716fd067a5621bb94a6cb08d72afec8bf3aceda
6 years, 3 months ago (2014-09-21 16:40:04 UTC) #76
reed2
A revert of this CL (patchset #27 id:520001) has been created in https://codereview.chromium.org/583773004/ by reed@chromium.org. ...
6 years, 3 months ago (2014-09-21 17:23:24 UTC) #77
bungeman-skia
6 years, 3 months ago (2014-09-22 18:06:19 UTC) #78
Message was sent while issue was closed.
On 2014/09/21 17:23:24, reed2 wrote:
> A revert of this CL (patchset #27 id:520001) has been created in
> https://codereview.chromium.org/583773004/ by mailto:reed@chromium.org.
> 
> The reason for reverting is: Broke call site in WebKit.

CL continued in https://codereview.chromium.org/588143004 .

Powered by Google App Engine
This is Rietveld 408576698