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

Issue 6823020: Fix crash in fade tab title change (Closed)

Created:
9 years, 8 months ago by sail
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix crash in fade tab title change The fade tab title change is causing the browser to crash on some computers. It looks like the problem is in BitmapPlatformDevice::create(). For some reason it's returning NULL. This change just adds a NULL check and falls back to the old drawing code. Once this is checked in I'll investigate what the root cause is. BUG=78857 TEST=Compiled and ran.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M ui/gfx/canvas_skia_win.cc View 2 chunks +12 lines, -5 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
sail
9 years, 8 months ago (2011-04-08 23:21:19 UTC) #1
Peter Kasting
LGTM http://codereview.chromium.org/6823020/diff/1/ui/gfx/canvas_skia_win.cc File ui/gfx/canvas_skia_win.cc (right): http://codereview.chromium.org/6823020/diff/1/ui/gfx/canvas_skia_win.cc#newcode474 ui/gfx/canvas_skia_win.cc:474: // Create a temporary bitmap to draw the ...
9 years, 8 months ago (2011-04-09 00:56:44 UTC) #2
sail
On 2011/04/09 00:56:44, Peter Kasting wrote: > LGTM > > http://codereview.chromium.org/6823020/diff/1/ui/gfx/canvas_skia_win.cc > File ui/gfx/canvas_skia_win.cc (right): ...
9 years, 8 months ago (2011-04-09 01:07:23 UTC) #3
Peter Kasting
On 2011/04/09 01:07:23, sail wrote: > I'm working on fixing the root cause. This NULL ...
9 years, 8 months ago (2011-04-09 01:11:05 UTC) #4
commit-bot: I haz the power
9 years, 8 months ago (2011-04-09 01:56:09 UTC) #5
Change committed as 81026

Powered by Google App Engine
This is Rietveld 408576698