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
(791)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/ozone/DEPS
Issue
375053002
:
ozone: Port WindowTreeHostOzone on top of PlatformWindow (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase onto sadrul's CL
Created 6 years, 5 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:
ui/aura/DEPS
ui/aura/window_tree_host_ozone.h
ui/aura/window_tree_host_ozone.cc
ui/ozone/DEPS
ui/ozone/common/platform_window_base.h
ui/ozone/common/platform_window_base.cc
ui/ozone/ozone.gyp
ui/ozone/platform/caca/ozone_platform_caca.cc
ui/ozone/platform/dri/ozone_platform_dri.cc
ui/ozone/platform/dri/ozone_platform_gbm.cc
ui/ozone/platform/egltest/ozone_platform_egltest.cc
ui/ozone/platform/test/ozone_platform_test.cc
ui/ozone/public/ozone_platform.h
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« ui/aura/window_tree_host_ozone.h
('K') |
« ui/aura/window_tree_host_ozone.cc
('k') |
ui/ozone/common/platform_window_base.h »
('j') |
ui/ozone/common/platform_window_base.h »
('J')
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 "+skia/ext",
2 "+skia/ext",
3 "+third_party/skia",
3 "+third_party/skia",
4 "+ui/display/types",
4 "+ui/display/types",
5 "+ui/events",
5 "+ui/events",
6 "+ui/gfx",
6 "+ui/gfx",
7 "+ui/base/cursor",
7 "+ui/base/cursor",
8
"+ui/platform_window",
8 ]
9 ]
OLD
NEW
« ui/aura/window_tree_host_ozone.h
('K') |
« ui/aura/window_tree_host_ozone.cc
('k') |
ui/ozone/common/platform_window_base.h »
('j') |
ui/ozone/common/platform_window_base.h »
('J')
Issue 375053002: ozone: Port WindowTreeHostOzone on top of PlatformWindow (Closed)
Created 6 years, 5 months ago by spang
Modified 6 years, 5 months ago
Reviewers: sadrul
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 5
This is Rietveld
408576698