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

Issue 1685933002: Don't use a low-quality filter when painting images while others are animating. (Closed)

Created:
4 years, 10 months ago by chrishtr
Modified:
4 years, 10 months ago
Reviewers:
pdr.
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't use a low-quality filter when painting images while others are animating. Previously, any image animating would trigger low-quality filters for all images during the animation timer window. Now only do so for images that are actually animating. BUG=583238 Committed: https://crrev.com/066567c230db336e44f10cc1a6a2c94be2982d0a Cr-Commit-Position: refs/heads/master@{#374738}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -26 lines) Patch
M third_party/WebKit/Source/core/layout/ImageQualityController.h View 1 2 3 4 5 4 chunks +9 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ImageQualityController.cpp View 1 2 3 4 5 9 chunks +29 lines, -22 lines 2 comments Download
M third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp View 1 1 chunk +30 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutPartTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (4 generated)
chrishtr
4 years, 10 months ago (2016-02-09 22:54:43 UTC) #3
pdr.
https://codereview.chromium.org/1685933002/diff/40001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp File third_party/WebKit/Source/core/layout/ImageQualityController.cpp (right): https://codereview.chromium.org/1685933002/diff/40001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp#newcode194 third_party/WebKit/Source/core/layout/ImageQualityController.cpp:194: set(object, innerMap, layer, layoutSize, false); Should this 'false' be ...
4 years, 10 months ago (2016-02-10 04:05:46 UTC) #4
chrishtr
https://codereview.chromium.org/1685933002/diff/40001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp File third_party/WebKit/Source/core/layout/ImageQualityController.cpp (right): https://codereview.chromium.org/1685933002/diff/40001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp#newcode194 third_party/WebKit/Source/core/layout/ImageQualityController.cpp:194: set(object, innerMap, layer, layoutSize, false); On 2016/02/10 at 04:05:46, ...
4 years, 10 months ago (2016-02-10 17:08:18 UTC) #5
pdr.
On 2016/02/10 at 17:08:18, chrishtr wrote: > https://codereview.chromium.org/1685933002/diff/40001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp > File third_party/WebKit/Source/core/layout/ImageQualityController.cpp (right): > > https://codereview.chromium.org/1685933002/diff/40001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp#newcode194 ...
4 years, 10 months ago (2016-02-10 18:28:21 UTC) #6
chrishtr
4 years, 10 months ago (2016-02-10 19:03:54 UTC) #7
chrishtr
Updated to use a struct.
4 years, 10 months ago (2016-02-10 19:04:08 UTC) #8
pdr.
LGTM https://codereview.chromium.org/1685933002/diff/100001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp File third_party/WebKit/Source/core/layout/ImageQualityController.cpp (right): https://codereview.chromium.org/1685933002/diff/100001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp#newcode195 third_party/WebKit/Source/core/layout/ImageQualityController.cpp:195: set(object, innerMap, layer, layoutSize, true); Should this be ...
4 years, 10 months ago (2016-02-10 19:06:30 UTC) #9
chrishtr
https://codereview.chromium.org/1685933002/diff/100001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp File third_party/WebKit/Source/core/layout/ImageQualityController.cpp (right): https://codereview.chromium.org/1685933002/diff/100001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp#newcode195 third_party/WebKit/Source/core/layout/ImageQualityController.cpp:195: set(object, innerMap, layer, layoutSize, true); On 2016/02/10 at 19:06:30, ...
4 years, 10 months ago (2016-02-10 19:16:33 UTC) #10
pdr.
On 2016/02/10 at 19:16:33, chrishtr wrote: > https://codereview.chromium.org/1685933002/diff/100001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp > File third_party/WebKit/Source/core/layout/ImageQualityController.cpp (right): > > https://codereview.chromium.org/1685933002/diff/100001/third_party/WebKit/Source/core/layout/ImageQualityController.cpp#newcode195 ...
4 years, 10 months ago (2016-02-10 19:22:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1685933002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1685933002/100001
4 years, 10 months ago (2016-02-10 19:24:41 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-10 21:57:14 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:31:27 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/066567c230db336e44f10cc1a6a2c94be2982d0a
Cr-Commit-Position: refs/heads/master@{#374738}

Powered by Google App Engine
This is Rietveld 408576698