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

Issue 1012143005: Simple patch to have draw path call an internal drawPath (Closed)

Created:
5 years, 9 months ago by joshua.litt
Modified:
5 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

Simple patch to have draw path call an internal drawPath The purpose of this patch is to expose an internal draw path call which text contexts can use. BUG=skia: Committed: https://skia.googlesource.com/skia/+/5efb8b8407c956b7fbb85236f3f538f2a104fe98

Patch Set 1 #

Total comments: 1

Patch Set 2 : feedback icn #

Total comments: 2

Patch Set 3 : feedback inc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -7 lines) Patch
M src/gpu/SkGpuDevice.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 6 chunks +18 lines, -7 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
joshualitt
5 years, 9 months ago (2015-03-18 17:39:46 UTC) #2
jvanverth1
Seems reasonable, just one comment. https://codereview.chromium.org/1012143005/diff/1/src/gpu/SkGpuDevice.h File src/gpu/SkGpuDevice.h (right): https://codereview.chromium.org/1012143005/diff/1/src/gpu/SkGpuDevice.h#newcode126 src/gpu/SkGpuDevice.h:126: // This call is ...
5 years, 9 months ago (2015-03-18 17:44:17 UTC) #3
joshualitt
On 2015/03/18 17:44:17, jvanverth1 wrote: > Seems reasonable, just one comment. > > https://codereview.chromium.org/1012143005/diff/1/src/gpu/SkGpuDevice.h > ...
5 years, 9 months ago (2015-03-18 17:57:05 UTC) #4
robertphillips
lgtm https://codereview.chromium.org/1012143005/diff/20001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/1012143005/diff/20001/src/gpu/SkGpuDevice.cpp#newcode641 src/gpu/SkGpuDevice.cpp:641: pass 'rect' by reference ?
5 years, 9 months ago (2015-03-18 18:09:41 UTC) #5
jvanverth1
LGTM + one last comment https://codereview.chromium.org/1012143005/diff/20001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/1012143005/diff/20001/src/gpu/SkGpuDevice.cpp#newcode643 src/gpu/SkGpuDevice.cpp:643: return clipBounds.isEmpty() || !SkIRect::Intersects(clipBounds, ...
5 years, 9 months ago (2015-03-18 18:10:07 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1012143005/40001
5 years, 9 months ago (2015-03-18 18:34:55 UTC) #9
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 18:49:16 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/5efb8b8407c956b7fbb85236f3f538f2a104fe98

Powered by Google App Engine
This is Rietveld 408576698