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
(1341)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/gpu/DEPS
Issue
2513973002
:
Use mojo typemap to simplify the code using DmabufPlane (Closed)
Patch Set: Addressed comments
Created 4 years 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:
chrome/gpu/DEPS
chrome/gpu/arc_gpu_video_decode_accelerator.h
chrome/gpu/arc_gpu_video_decode_accelerator.cc
chrome/gpu/arc_video_accelerator.h
chrome/gpu/gpu_arc_video_service.h
chrome/gpu/gpu_arc_video_service.cc
components/arc/BUILD.gn
components/arc/common/typemaps.gni
components/arc/common/video_accelerator.typemap
components/arc/video_accelerator/OWNERS
components/arc/video_accelerator/video_accelerator.h
components/arc/video_accelerator/video_accelerator_struct_traits.h
components/arc/video_accelerator/video_accelerator_struct_traits.cc
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
chrome/gpu/arc_gpu_video_decode_accelerator.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 "+chrome/common",
2 "+chrome/common",
3 "+components/arc/common",
3 "+components/arc/common",
4
"+components/arc/video_accelerator",
4 "+components/metrics",
5 "+components/metrics",
5 "+content/public/gpu",
6 "+content/public/gpu",
6 "+media/video",
7 "+media/video",
7 "+media/base/video_frame.h",
8 "+media/base/video_frame.h",
8 "+media/gpu",
9 "+media/gpu",
9 "+mojo/edk/embedder",
10 "+mojo/edk/embedder",
10 "+services/service_manager/public/cpp",
11 "+services/service_manager/public/cpp",
11 ]
12 ]
OLD
NEW
« no previous file with comments
|
« no previous file
|
chrome/gpu/arc_gpu_video_decode_accelerator.h »
('j') |
no next file with comments »
Issue 2513973002: Use mojo typemap to simplify the code using DmabufPlane (Closed)
Created 4 years, 1 month ago by yoshiki
Modified 4 years ago
Reviewers: Yusuke Sato, Luis Héctor Chávez, dcheng, Pawel Osciak
Base URL:
Comments: 45
This is Rietveld
408576698