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

Issue 518030: Merge 35371 - Fix up rowbytes vs. width desynchronization, and fix failure to... (Closed)

Created:
10 years, 11 months ago by Chris Evans
Modified:
9 years, 6 months ago
Reviewers:
Chris Evans
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Merge 35371 - Fix up rowbytes vs. width desynchronization, and fix failure to initialize entire bitmap memory. To fix up the rowbytes value properly, we simply don't send it via IPC any more, and recalulate it from width and depth in the trusted code. It's a cheap calculation. Also one bonus fix: don't use an unintialized IconInfo if deserialization fails. BUG=31307 TEST=Manual; ran with breakpoints on the failure paths. Review URL: http://codereview.chromium.org/517023 TBR=jschuh@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35476

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -8 lines) Patch
MM chrome/common/common_param_traits.cc View 2 chunks +6 lines, -8 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Chris Evans
10 years, 11 months ago (2010-01-04 20:28:33 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698