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

Issue 18484005: allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to … (Closed)

Created:
7 years, 5 months ago by reed1
Modified:
7 years, 5 months ago
Reviewers:
bungeman-skia
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources BUG= R=bungeman@google.com Committed: https://code.google.com/p/skia/source/detail?r=9957

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -16 lines) Patch
M include/core/SkTypeface.h View 1 chunk +8 lines, -1 line 0 comments Download
M src/core/SkGlyphCache.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M src/core/SkScalerContext.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M src/ports/SkFontHost_win.cpp View 1 6 chunks +28 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
reed1
7 years, 5 months ago (2013-07-09 21:39:06 UTC) #1
bungeman-skia
The interface looks ok, but we can still run out of handles. It would be ...
7 years, 5 months ago (2013-07-09 22:45:37 UTC) #2
reed1
https://codereview.chromium.org/18484005/diff/1/src/ports/SkFontHost_win.cpp File src/ports/SkFontHost_win.cpp (right): https://codereview.chromium.org/18484005/diff/1/src/ports/SkFontHost_win.cpp#newcode433 src/ports/SkFontHost_win.cpp:433: fDC = CreateCompatibleDC(0); On 2013/07/09 22:45:37, bungeman1 wrote: > ...
7 years, 5 months ago (2013-07-10 13:59:04 UTC) #3
bungeman-skia
This is better than what we had before (in that we're mostly protecting ourselves from ...
7 years, 5 months ago (2013-07-10 14:58:25 UTC) #4
reed1
7 years, 5 months ago (2013-07-10 15:39:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r9957 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698