Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(299)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
Issue
456963002
:
Delete RenderLayer::setHasVisibleContent (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline inspector test
Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible-expected.txt
LayoutTests/fast/repaint/invalidate-invisible-element.html
LayoutTests/fast/repaint/invalidate-invisible-element-expected.txt
LayoutTests/virtual/implsidepainting/inspector/timeline/tracing/paint-command-log-nodes-expected.txt
Source/core/rendering/RenderLayer.cpp
Source/core/rendering/RenderObject.cpp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
('K') |
« LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
('k') |
LayoutTests/fast/repaint/invalidate-invisible-element.html »
('j') |
LayoutTests/fast/repaint/invalidate-invisible-element.html »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1
TEST
2 {
1 {
3 "bounds": [800, 600],
2 "bounds": [800, 600],
4 "children": [
3 "children": [
5 {
4 {
6 "bounds": [800, 600],
5 "bounds": [800, 600],
7 "contentsOpaque": true,
6 "contentsOpaque": true,
8 "drawsContent": true,
7 "drawsContent": true,
9 "children": [
8 "children": [
10 {
9 {
11
"position": [
8
,
8
],
10
"position": [
200
,
200
],
12
"bounds": [
100
,
30],
11
"bounds": [
200
,
200]
13
"drawsContent": true
14 }
12 }
15 ]
13 ]
16 }
14 }
17 ]
15 ]
18 }
16 }
19
17
OLD
NEW
« LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
('K') |
« LayoutTests/fast/repaint/dont-invalidate-root-layer-when-composited-layer-becomes-visible.html
('k') |
LayoutTests/fast/repaint/invalidate-invisible-element.html »
('j') |
LayoutTests/fast/repaint/invalidate-invisible-element.html »
('J')
Issue 456963002: Delete RenderLayer::setHasVisibleContent (Closed)
Created 6 years, 4 months ago by abarth-chromium
Modified 6 years, 4 months ago
Reviewers: esprehn, skobes
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 2
This is Rietveld
408576698