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

Issue 2377002: In some circumstances the O3D plugin is briefly resized to zero height,... (Closed)

Created:
10 years, 7 months ago by Ken Russell (switch to Gerrit)
Modified:
9 years, 7 months ago
Reviewers:
greggman
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

In some circumstances the O3D plugin is briefly resized to zero height, causing the Core Graphics rendering backend to request a zero-height render target. base::bits::Log2Ceiling returns -1 for a zero input which was being translated to a huge unsigned integer value, leading to an assertion failure. Verified with submitter's use case. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48507

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M core/cross/image_utils.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Ken Russell (switch to Gerrit)
Please review. Thanks.
10 years, 7 months ago (2010-05-28 18:41:51 UTC) #1
greggman
10 years, 7 months ago (2010-05-28 18:48:25 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698