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
(195)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/snapshot/DEPS
Issue
2739113002
:
Simplify calls for scale factor (Closed)
Patch Set: nit
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:
content/browser/compositor/mus_browser_compositor_output_surface.cc
content/browser/renderer_host/render_widget_host_view_android.cc
content/browser/renderer_host/render_widget_host_view_aura.cc
content/browser/renderer_host/render_widget_host_view_base.cc
content/browser/renderer_host/render_widget_host_view_mac.h
content/browser/renderer_host/render_widget_host_view_mac.mm
ui/aura/mus/window_tree_client.cc
ui/aura/window_tree_host.cc
ui/aura/window_tree_host_platform.cc
ui/aura/window_tree_host_x11.cc
ui/base/layout.cc
ui/base/layout_mac.mm
ui/snapshot/DEPS
ui/snapshot/snapshot_android.cc
ui/views/cocoa/bridged_native_widget.mm
ui/views/drag_utils.cc
ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
View unified diff
|
Download patch
« no previous file with comments
|
« ui/base/layout_mac.mm
('k') |
ui/snapshot/snapshot_android.cc »
('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 "+cc",
2 "+cc",
3 "-cc/blink",
3 "-cc/blink",
4 "-cc/surfaces",
4 "-cc/surfaces",
5 "+skia/ext",
5 "+skia/ext",
6 "+third_party/skia",
6 "+third_party/skia",
7 "+ui/aura",
7 "+ui/aura",
8 "+ui/android/view_android.h",
8 "+ui/android/view_android.h",
9 "+ui/android/window_android.h",
9 "+ui/android/window_android.h",
10 "+ui/android/window_android_compositor.h",
10 "+ui/android/window_android_compositor.h",
11
"+ui/base/layout.h",
11 "+ui/compositor",
12 "+ui/compositor",
12 "+ui/display",
13 "+ui/display",
13 "+ui/gfx",
14 "+ui/gfx",
14 "+ui/gl",
15 "+ui/gl",
15 "+ui/wm",
16 "+ui/wm",
16 ]
17 ]
OLD
NEW
« no previous file with comments
|
« ui/base/layout_mac.mm
('k') |
ui/snapshot/snapshot_android.cc »
('j') |
no next file with comments »
Issue 2739113002: Simplify calls for scale factor (Closed)
Created 3 years, 9 months ago by Jinsuk Kim
Modified 3 years, 9 months ago
Reviewers: tapted, Avi (use Gerrit), Elliot Glaysher, boliu
Base URL:
Comments: 11
This is Rietveld
408576698