Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1686)

Issue 6709069: Make Debugger print out more information (mainly w.r.t. SkBitmap) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by robertphillips
Modified:
11 years, 8 months ago
Reviewers:
DerekS, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Make Debugger print out more SkBitmap information

Patch Set 1 #

Patch Set 2 : Removed SkIntToScalar's for appendS32's #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -6 lines) Patch
M debugger/SkObjectParser.cpp View 1 4 chunks +47 lines, -6 lines 0 comments Download

Messages

Total messages: 4
robertphillips
11 years, 8 months ago (2012-10-22 20:02:38 UTC) #1
reed1
mBitmap is a string? How about str? (total nit) SkString::appendS32(bitmap.width()) seems more obvious than calling ...
11 years, 8 months ago (2012-10-22 20:06:04 UTC) #2
DerekS
lgtm, but I agree with mike's nit of using s32 instead of doing the conversion.
11 years, 8 months ago (2012-10-22 20:27:26 UTC) #3
robertphillips
11 years, 8 months ago (2012-10-23 12:15:01 UTC) #4
Replaced 'appendScalar(SkIntToScalar())' with 'appendS32()'

committed as r6042
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b