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
(803)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-background-fractional-offset-expected.html
Issue
2727223002
:
Round the subpixel accumulation used for composited scrolling content (Closed)
Patch Set: Round the subpixel accumulation in PaintLayerPainter for scrolling contents.
Created 3 years, 9 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:
third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-background-fractional-offset.html
third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-background-fractional-offset-expected.html
third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-background-fractional-offset.html
('k') |
third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp »
('j') |
third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<!DOCTYPE html>
2
<style>
3
.layout-container {
4
width: 212px;
5
position: relative;
6
}
7
.position-container {
8
position: relative;
9
width: 204px;
10
margin-left: auto;
11
margin-right: auto;
12
}
13
14
#overflow {
15
background: #0f0;
16
width: 50%;
17
height: 100px;
18
overflow: scroll;
19
position: absolute;
20
}
21
22
.spacer {
23
height: 2000px;
24
}
25
</style>
26
27
<body>
28
<div class="layout-container">
29
<div class="position-container">
30
<div id="overflow">
31
<div class="spacer">
32
</div>
33
</div>
34
</div>
35
</div>
36
</body>
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/compositing/overflow/overflow-scroll-background-fractional-offset.html
('k') |
third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp »
('j') |
third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp »
('J')
Issue 2727223002: Round the subpixel accumulation used for composited scrolling content (Closed)
Created 3 years, 9 months ago by flackr
Modified 3 years, 7 months ago
Reviewers: chrishtr
Base URL:
Comments: 7
This is Rietveld
408576698