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

Issue 452273003: Fix crash in nvpr text after abandoning context (Closed)

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

Description

Fix crash in nvpr text after abandoning context Don't implement GlyphPathRange::onAbandon/onRelease. Its path range is also a GrGpuResource, registered with the gpu, and will automatically handle abandoning and releasing the actual GL objects. Don't delete the path range early, it is assumed to be a valid pointer throughout the entire lifetime of GlyphPathRange. BUG=skia: Committed: https://skia.googlesource.com/skia/+/3f860991ade1128e770c1268372f755a397e2942

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -12 lines) Patch
M src/gpu/GrStencilAndCoverTextContext.cpp View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Chris Dalton
6 years, 4 months ago (2014-08-11 18:57:13 UTC) #1
bsalomon
lgtm
6 years, 4 months ago (2014-08-11 19:01:27 UTC) #2
Chris Dalton
The CQ bit was checked by cdalton@nvidia.com
6 years, 4 months ago (2014-08-11 19:36:28 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/cdalton@nvidia.com/452273003/1
6 years, 4 months ago (2014-08-11 19:36:57 UTC) #4
commit-bot: I haz the power
6 years, 4 months ago (2014-08-11 19:43:33 UTC) #5
Message was sent while issue was closed.
Change committed as 3f860991ade1128e770c1268372f755a397e2942

Powered by Google App Engine
This is Rietveld 408576698