diff options
author | jchaffraix@chromium.org <jchaffraix@chromium.org> | 2015-09-21 17:32:47 +0000 |
---|---|---|
committer | jchaffraix@chromium.org <jchaffraix@chromium.org> | 2015-09-21 17:32:47 +0000 |
commit | 2f62c75e637033340fb49cba533ffcf41736b4ad (patch) | |
tree | 59f5b4bbb48085230157b0cb61424fde8757bc0d /third_party/WebKit/LayoutTests/platform/win/compositing/layers-inside-overflow-scroll-expected.txt | |
parent | d10e1b08e18773a798be4c7f94daab699f5b081d (diff) | |
download | chromium_src-2f62c75e637033340fb49cba533ffcf41736b4ad.zip chromium_src-2f62c75e637033340fb49cba533ffcf41736b4ad.tar.gz chromium_src-2f62c75e637033340fb49cba533ffcf41736b4ad.tar.bz2 |
Remove DeprecatedPaintLayerFragment::outlineRect
The field was redundant with DeprecatedPaintLayerFragment::backgroundRect.
The reason is that the outline rect was computed from the backgroundRect,
with the difference that backgroundRect was intersected with the visual
overflow rect. As the visual overflow contains the outline, the
backgroundRect should be enough for outline clipping.
Review URL: https://codereview.chromium.org/1349473003
git-svn-id: svn://svn.chromium.org/blink/trunk@202587 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/platform/win/compositing/layers-inside-overflow-scroll-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/platform/win/compositing/layers-inside-overflow-scroll-expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/layers-inside-overflow-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/layers-inside-overflow-scroll-expected.txt index 856afda..4fdadcb 100644 --- a/third_party/WebKit/LayoutTests/platform/win/compositing/layers-inside-overflow-scroll-expected.txt +++ b/third_party/WebKit/LayoutTests/platform/win/compositing/layers-inside-overflow-scroll-expected.txt @@ -18,5 +18,5 @@ layer at (19,51) size 300x200 LayoutBlockFlow {DIV} at (0,165) size 300x35 layer at (19,51) size 300x165 LayoutFlexibleBox (relative positioned) {DIV} at (0,0) size 300x165 -layer at (19,167) size 100x100 backgroundClip at (19,267) size 285x150 clip at (19,267) size 285x150 outlineClip at (19,267) size 285x150 +layer at (19,167) size 100x100 backgroundClip at (19,267) size 285x150 clip at (19,267) size 285x150 LayoutBlockFlow {DIV} at (0,0) size 100x100 [bgcolor=#FF0000] |