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

Issue 2410153007: Revert of Use enclosingLayoutRect instead of enclosingIntRect in SVGLayoutSupport::transformPaintInvalidation… (Closed)

Created:
4 years, 2 months ago by Xianzhu
Modified:
4 years, 2 months ago
Reviewers:
pdr., fs
CC:
fs, ajuma+watch_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, f(malita), gyuyoung2, jbroman, jchaffraix+rendering, Justin Novosad, kouhei+svg_chromium.org, leviw+renderwatch, pdr+graphicswatchlist_chromium.org, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Use enclosingLayoutRect instead of enclosingIntRect in SVGLayoutSupport::transformPaintInvalidation… (patchset #9 id:160001 of https://codereview.chromium.org/2380403002/ ) Reason for revert: The CL might be incorrect. See https://bugs.chromium.org/p/chromium/issues/detail?id=651521#c7 for details. Original issue's description: > Use enclosingLayoutRect instead of enclosingIntRect in SVGLayoutSupport::transformPaintInvalidationRect() > > https://bugs.chromium.org/p/chromium/issues/detail?id=651521#c2: > The purpose of the original enclosingIntRect() might be to avoid > unwanted inward-snapping due to FloatRect -> LayoutRect conversion. > > Change it to enclosingLayoutRect. Also changed PaintInvalidator to > use enclosingLayoutRect when converting from FloatRect to > LayoutRect. > > BUG=651521 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > > Committed: https://crrev.com/97024f931ff54c93b9b0633c3406b4f9ff9779b7 > Cr-Commit-Position: refs/heads/master@{#422710} TBR=fs@opera.com,pdr@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=651521

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -103 lines) Patch
M third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=slimmingPaintInvalidation View 2 chunks +10 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/svg/absolute-sized-document-no-scrollbars-expected.txt View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-selection-text-05-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/small-fonts-in-html5-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-align-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-align-02-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-align-03-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-align-04-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-align-05-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-deco-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-fonts-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-fonts-02-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-intro-05-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-path-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-text-03-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-text-04-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-text-06-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-text-07-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-text-08-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-tselect-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-tselect-02-f-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-tspan-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-ws-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-selection-ws-02-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/transforms/svg-css-transforms-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/transforms/svg-css-transforms-expected.txt View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/zoom/page/zoom-clip-path-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/zoom/page/zoom-svg-float-border-padding-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/transforms/svg-vs-css-expected.txt View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.10/svg/text/text-selection-fonts-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/text/text-selection-fonts-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac-mac10.9/svg/text/text-selection-intro-05-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-selection-text-05-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/custom/embedding-external-svgs-expected.txt View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/bbox-with-glyph-overflow-zoomed-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/small-fonts-in-html5-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-align-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-align-02-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-align-05-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-deco-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-fonts-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-fonts-02-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-intro-05-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-text-03-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-text-04-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-text-06-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-text-07-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-text-08-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-tselect-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-tselect-02-f-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-tspan-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-ws-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/text/text-selection-ws-02-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/transforms/svg-css-transforms-expected.txt View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/mac/transforms/svg-vs-css-expected.txt View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/text-selection-text-05-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/custom/embedding-external-svgs-expected.txt View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/bbox-with-glyph-overflow-zoomed-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/small-fonts-in-html5-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-align-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-align-02-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-align-05-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-deco-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-fonts-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-fonts-02-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-intro-05-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-text-03-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-text-04-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-text-06-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-text-07-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-text-08-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-tselect-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-tselect-02-f-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-tspan-01-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-ws-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/text/text-selection-ws-02-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/transforms/svg-css-transforms-expected.txt View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/zoom/page/zoom-svg-float-border-padding-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/transforms/svg-vs-css-expected.txt View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/svg/text/bbox-with-glyph-overflow-zoomed-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/svg/text/text-selection-fonts-01-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/svg/text/text-selection-intro-05-t-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/platform/win7/svg/text/text-selection-text-08-b-expected.png View Binary file 0 comments Download
M third_party/WebKit/LayoutTests/svg/zoom/page/zoom-clip-path-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintInvalidator.cpp View 6 chunks +7 lines, -18 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Xianzhu
4 years, 2 months ago (2016-10-12 16:57:57 UTC) #1
Created Revert of Use enclosingLayoutRect instead of enclosingIntRect in
SVGLayoutSupport::transformPaintInvalidation…

Powered by Google App Engine
This is Rietveld 408576698