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

Issue 310643004: skia: Avoid drawing of images completely in PaintSimplifier. (Closed)

Created:
6 years, 6 months ago by reveman
Modified:
6 years, 6 months ago
Reviewers:
enne (OOO), reed2, reed1
CC:
chromium-reviews
Visibility:
Public.

Description

skia: Avoid drawing of images completely in PaintSimplifier. Images are expensive to draw, especially when they need to be scaled. This skips draw operations with images completely to ensure that drawing using the PaintSimplifier has a predictable cost. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274642

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -0 lines) Patch
M skia/ext/paint_simplifier.cc View 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
reveman
Tried this as a simple way to remove images from low-res tiles. Looks fine imo ...
6 years, 6 months ago (2014-06-02 18:42:35 UTC) #1
reed1
lgtm
6 years, 6 months ago (2014-06-02 18:54:52 UTC) #2
enne (OOO)
lgtm2 I think we're paying too much for low res, and this is a good ...
6 years, 6 months ago (2014-06-03 18:46:44 UTC) #3
reveman
The CQ bit was checked by reveman@chromium.org
6 years, 6 months ago (2014-06-03 18:50:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/310643004/1
6 years, 6 months ago (2014-06-03 18:51:08 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: ios_rel_device_ninja on tryserver.chromium ...
6 years, 6 months ago (2014-06-03 20:16:03 UTC) #6
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 21:51:16 UTC) #7
Message was sent while issue was closed.
Change committed as 274642

Powered by Google App Engine
This is Rietveld 408576698