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

Issue 2000053002: WIP: Reset paint invalidation at transform boundaries. (Closed)

Created:
4 years, 7 months ago by chrishtr
Modified:
4 years, 6 months ago
Reviewers:
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

Reset paint invalidation at transform boundaries. This allows us to more efficiently compute visual rects in cases involving 2D transforms that are not composited. BUG=606069

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -16 lines) Patch
M third_party/WebKit/Source/core/layout/PaintInvalidationState.h View 1 2 3 chunks +10 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/PaintInvalidationState.cpp View 1 2 12 chunks +45 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp View 1 3 chunks +34 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
chrishtr
4 years, 7 months ago (2016-05-23 16:50:01 UTC) #1
Description was changed from

==========
none


none

BUG=
==========

to

==========
Reset paint invalidation at transform boundaries.

This allows us to more efficiently compute visual rects in cases involving 2D
transforms that are not composited.

BUG=606069
==========

Powered by Google App Engine
This is Rietveld 408576698