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
(156)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: media/cast/rtp_common/mock_rtp_payload_feedback.h
Issue
23467003
:
Added framer to cast. (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@rtcp
Patch Set:
Created 7 years, 3 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:
media/cast/cast.gyp
media/cast/cast_defines.h
media/cast/cast_receiver.gyp
media/cast/framer/cast_message_builder.h
media/cast/framer/cast_message_builder.cc
media/cast/framer/cast_message_builder_unittest.cc
media/cast/framer/frame_buffer.h
media/cast/framer/frame_buffer.cc
media/cast/framer/frame_buffer_unittest.cc
media/cast/framer/frame_id_map.h
media/cast/framer/frame_id_map.cc
media/cast/framer/framer.h
media/cast/framer/framer.cc
media/cast/framer/framer.gyp
media/cast/framer/framer_unittest.cc
media/cast/rtcp/rtcp_defines.h
media/cast/rtp_common/mock_rtp_payload_feedback.h
media/cast/rtp_common/rtp_defines.h
View unified diff
|
Download patch
« media/cast/framer/framer.gyp
('K') |
« media/cast/rtcp/rtcp_defines.h
('k') |
media/cast/rtp_common/rtp_defines.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
(Empty)
1
2
#ifndef MEDIA_CAST_RTP_COMMON_MOCK_RTP_PAYLOAD_FEEDBACK_H_
3
#define MEDIA_CAST_RTP_COMMON_MOCK_RTP_PAYLOAD_FEEDBACK_H_
4
5
#include "media/cast/rtp_common/rtp_defines.h"
6
#include "testing/gmock/include/gmock/gmock.h"
7
8
namespace media {
9
namespace cast {
10
11
class MockRtpPayloadFeedback : public RtpPayloadFeedback {
12
public:
13
MOCK_METHOD1(CastFeedback,
14
void(const RtcpCastMessage& cast_feedback));
15
16
MOCK_METHOD0(RequestKeyFrame, void());
17
};
18
19
} // namespace cast
20
} // namespace media
21
22
#endif // MEDIA_CAST_RTP_COMMON_MOCK_RTP_PAYLOAD_FEEDBACK_H_
OLD
NEW
« media/cast/framer/framer.gyp
('K') |
« media/cast/rtcp/rtcp_defines.h
('k') |
media/cast/rtp_common/rtp_defines.h »
('j') |
no next file with comments »
Issue 23467003: Added framer to cast. (Closed)
Created 7 years, 3 months ago by pwestin
Modified 7 years, 3 months ago
Reviewers: Alpha Left Google
Base URL: https://chromium.googlesource.com/chromium/src.git@rtcp
Comments: 104
This is Rietveld
408576698