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

Issue 844193009: Change background-repeat default to no-repeat (Closed)

Created:
5 years, 11 months ago by abarth-chromium
Modified:
5 years, 11 months ago
Reviewers:
esprehn
CC:
esprehn, mojo-reviews_chromium.org, ojan
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Change background-repeat default to no-repeat Previously, if you had a generated background image and a translucent (or rounded) border, we would draw the image nine times because we would inflate the fill rect to draw behind the border. With no-repeat, we only draw the image once. This saves 4.5% of record time on flights-app. R=esprehn@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/087ca0eae6699cf4f4c61c8b35a558ecfbef6897

Patch Set 1 #

Patch Set 2 : now with test results #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -5 lines) Patch
M sky/engine/core/rendering/style/FillLayer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M sky/examples/flights-app/app-toast.sky View 1 chunk +0 lines, -1 line 0 comments Download
M sky/tests/framework/flights-app-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M sky/tests/framework/flights-app-pixels-expected.sky View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
5 years, 11 months ago (2015-01-22 00:24:20 UTC) #1
esprehn
lgtm
5 years, 11 months ago (2015-01-22 00:26:32 UTC) #2
abarth-chromium
5 years, 11 months ago (2015-01-22 00:42:31 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
087ca0eae6699cf4f4c61c8b35a558ecfbef6897 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698