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
(935)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: webkit/DEPS
Issue
761243002
:
Extract WebGraphicsContext3DImpl from webkit/common/gpu. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set:
Created 6 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:
BUILD.gn
content/browser/android/in_process/synchronous_compositor_factory_impl.cc
content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
content/content_common.gypi
gpu/blink/BUILD.gn
gpu/blink/DEPS
gpu/blink/gpu_blink.gyp
gpu/blink/gpu_blink_export.h
gpu/blink/webgraphicscontext3d_impl.h
gpu/blink/webgraphicscontext3d_impl.cc
webkit/DEPS
webkit/common/gpu/BUILD.gn
webkit/common/gpu/DEPS
webkit/common/gpu/grcontext_for_webgraphicscontext3d.h
webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc
webkit/common/gpu/webgraphicscontext3d_impl.h
webkit/common/gpu/webgraphicscontext3d_impl.cc
webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
webkit/common/gpu/webkit_gpu.gyp
View unified diff
|
Download patch
« gpu/blink/webgraphicscontext3d_impl.h
('K') |
« gpu/blink/webgraphicscontext3d_impl.cc
('k') |
webkit/common/gpu/BUILD.gn »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
# Do NOT add chrome to the list below. We shouldn't be including files from
2
# src/chrome in src/webkit.
3
include_rules = [
4
"+cc/output",
5
"+gpu/GLES2",
6
"+gpu/command_buffer/client",
7
"+gpu/command_buffer/common",
8
"+gpu/command_buffer/service",
9
"+gpu/skia_bindings",
10
"+skia",
11
"+third_party/WebKit/public/platform",
12
"+third_party/khronos/GLES2",
13
"+third_party/skia",
14
"+ui/gfx",
15
"+ui/gl",
16
]
OLD
NEW
« gpu/blink/webgraphicscontext3d_impl.h
('K') |
« gpu/blink/webgraphicscontext3d_impl.cc
('k') |
webkit/common/gpu/BUILD.gn »
('j') |
no next file with comments »
Issue 761243002: Extract WebGraphicsContext3DImpl from webkit/common/gpu. (Closed)
Created 6 years ago by tfarina
Modified 6 years ago
Reviewers: jamesr, piman
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 9
This is Rietveld
408576698