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

Issue 23689005: Widen GDI usage error suppression in skia.dll. (Closed)

Created:
7 years, 3 months ago by Derek Bruening
Modified:
7 years, 3 months ago
Reviewers:
bungeman-chromium
CC:
chromium-reviews, glider+watch_chromium.org, timurrrr+watch_chromium.org, bruening+watch_chromium.org
Visibility:
Public.

Description

Widen GDI usage error suppression in skia.dll. TBR=bungeman@chromium.org BUG=266484 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220656

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -3 lines) Patch
M tools/valgrind/drmemory/suppressions.txt View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Derek Bruening
7 years, 3 months ago (2013-08-30 21:05:03 UTC) #1
Derek Bruening
Committed patchset #1 manually as r220656 (presubmit successful).
7 years, 3 months ago (2013-08-30 21:05:33 UTC) #2
bungeman-chromium
7 years, 3 months ago (2013-08-30 21:10:45 UTC) #3
Message was sent while issue was closed.
On 2013/08/30 21:05:33, Derek Bruening wrote:
> Committed patchset #1 manually as r220656 (presubmit successful).

LGTM

Note that, until we fix it, it may be possible for this to show up through other
code paths as well. The logically relevant part of the stack is

skia.dll!HDCOffscreen::draw
skia.dll!SkScalerContext_GDI::generateImage
skia.dll!SkScalerContext::getImage
skia.dll!SkGlyphCache::findImage

Narrower is better, of course, but this is logically the widest this should ever
get.

Powered by Google App Engine
This is Rietveld 408576698