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

Issue 1409253003: SkRemote: impl drawPaint() (Closed)

Created:
5 years, 2 months ago by hal.canary
Modified:
5 years, 2 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M src/core/SkRemote.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkRemote.cpp View 1 chunk +4 lines, -0 lines 1 comment Download

Messages

Total messages: 9 (3 generated)
halcanary_use_other_email
5 years, 2 months ago (2015-10-17 02:11:47 UTC) #2
mtklein
lgtm
5 years, 2 months ago (2015-10-17 12:52:53 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1409253003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1409253003/1
5 years, 2 months ago (2015-10-17 13:02:05 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/1ed348aea37e34dd0ad3bde33cd28bcbd1c2a587
5 years, 2 months ago (2015-10-17 13:11:57 UTC) #6
reed1
https://codereview.chromium.org/1409253003/diff/1/src/core/SkRemote.cpp File src/core/SkRemote.cpp (right): https://codereview.chromium.org/1409253003/diff/1/src/core/SkRemote.cpp#newcode211 src/core/SkRemote.cpp:211: this->onDrawRect(SkRect::MakeLargest(), paint); temporary I presume? this is not a ...
5 years, 2 months ago (2015-10-19 13:28:56 UTC) #8
mtklein
5 years, 2 months ago (2015-10-19 14:05:12 UTC) #9
Message was sent while issue was closed.
On 2015/10/19 13:28:56, reed1 wrote:
> https://codereview.chromium.org/1409253003/diff/1/src/core/SkRemote.cpp
> File src/core/SkRemote.cpp (right):
> 
>
https://codereview.chromium.org/1409253003/diff/1/src/core/SkRemote.cpp#newco...
> src/core/SkRemote.cpp:211: this->onDrawRect(SkRect::MakeLargest(), paint);
> temporary I presume?
> 
> this is not a completely safe way to impl drawPaint. consider if the matrix
> scales up (we'd get infinities) or some forms of perspective where this would
> give nonsense results.

yes, temporary hack.

Powered by Google App Engine
This is Rietveld 408576698