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

Issue 6277046: Fix an issue where Pipe did not draw correctly (Closed)

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

Description

Fix an issue where Pipe did not draw correctly on all platforms. Since parameters can be evaluated in any order, we can't call buffer.read() inline for multiple parameters. The fix is to read the stream (in the correct order) before we call the function. Committed: https://code.google.com/p/skia/source/detail?r=4160

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M src/pipe/SkGPipeRead.cpp View 1 4 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 4
Leon
12 years, 3 months ago (2012-06-04 20:59:23 UTC) #1
reed1
The CL comment could be more specific (as a learning aid), e.g. Since parameters can ...
12 years, 3 months ago (2012-06-05 13:08:07 UTC) #2
Leon
https://codereview.appspot.com/6277046/diff/1/src/pipe/SkGPipeRead.cpp File src/pipe/SkGPipeRead.cpp (left): https://codereview.appspot.com/6277046/diff/1/src/pipe/SkGPipeRead.cpp#oldcode368 src/pipe/SkGPipeRead.cpp:368: reader->readInt(), reader->readInt()); On 2012/06/05 13:08:07, reed1 wrote: > skip<SkIRect>(reader) ...
12 years, 3 months ago (2012-06-05 14:44:21 UTC) #3
reed1
12 years, 3 months ago (2012-06-05 14:57:15 UTC) #4
lgtm
Sign in to reply to this message.

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