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
(91)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: content/gpu/establish_channel_params.cc
Issue
1820793005
:
gpu_host_messages => content/common (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set:
Created 4 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/BUILD.gn
content/browser/DEPS
content/browser/gpu/gpu_data_manager_impl_private.cc
content/browser/gpu/gpu_process_host.cc
content/browser/gpu/gpu_process_host_ui_shim.cc
content/browser/renderer_host/render_process_host_impl.cc
content/browser/renderer_host/render_widget_host_view_android.cc
content/common/content_message_generator.h
content/common/establish_channel_params.h
content/common/establish_channel_params.cc
content/common/gpu_host_messages.h
content/content_common.gypi
content/content_gpu.gypi
content/gpu/BUILD.gn
content/gpu/content_gpu_message_generator.h
content/gpu/content_gpu_message_generator.cc
content/gpu/establish_channel_params.h
content/gpu/establish_channel_params.cc
content/gpu/gpu_child_thread.cc
content/gpu/gpu_host_messages.h
content/gpu/gpu_main.cc
View unified diff
|
Download patch
« content/gpu/BUILD.gn
('K') |
« content/gpu/establish_channel_params.h
('k') |
content/gpu/gpu_child_thread.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
(Empty)
1
// Copyright 2016 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "content/gpu/establish_channel_params.h"
6
7
namespace content {
8
9
EstablishChannelParams::EstablishChannelParams()
10
: client_id(0),
11
client_tracing_id(0),
12
preempts(false),
13
allow_view_command_buffers(false),
14
allow_real_time_streams(false) {}
15
16
EstablishChannelParams::~EstablishChannelParams() {}
17
18
} // namespace content
OLD
NEW
« content/gpu/BUILD.gn
('K') |
« content/gpu/establish_channel_params.h
('k') |
content/gpu/gpu_child_thread.cc »
('j') |
no next file with comments »
Issue 1820793005: gpu_host_messages => content/common (Closed)
Created 4 years, 9 months ago by Fady Samuel
Modified 4 years, 9 months ago
Reviewers: dcheng, piman
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 2
This is Rietveld
408576698