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
(255)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: gpu/ipc/service/DEPS
Issue
2749023011
:
Add DirectComposition overlay support. (Closed)
Patch Set: remove skia usage in unit test
Created 3 years, 8 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:
gpu/BUILD.gn
gpu/ipc/service/DEPS
gpu/ipc/service/direct_composition_surface_win.h
gpu/ipc/service/direct_composition_surface_win.cc
gpu/ipc/service/direct_composition_surface_win_unittest.cc
ui/gl/dc_renderer_layer_params.h
ui/gl/dc_renderer_layer_params.cc
View unified diff
|
Download patch
« no previous file with comments
|
« gpu/BUILD.gn
('k') |
gpu/ipc/service/direct_composition_surface_win.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 include_rules = [
1 include_rules = [
2 "+third_party/skia",
2 "+third_party/skia",
3 "+ui/accelerated_widget_mac",
3 "+ui/accelerated_widget_mac",
4 "+ui/base",
4 "+ui/base",
5 "+ui/display",
5 "+ui/display",
6 "+ui/events",
6 "+ui/events",
7 "+ui/ozone",
7 "+ui/ozone",
8
"+ui/platform_window",
8 ]
9 ]
OLD
NEW
« no previous file with comments
|
« gpu/BUILD.gn
('k') |
gpu/ipc/service/direct_composition_surface_win.h »
('j') |
no next file with comments »
Issue 2749023011: Add DirectComposition overlay support. (Closed)
Created 3 years, 9 months ago by jbauman
Modified 3 years, 8 months ago
Reviewers: sunnyps, sadrul, bungeman-chromium, bungeman-skia, reed2
Base URL:
Comments: 30
This is Rietveld
408576698