Update mock_frame_dropper.h to use size_t
This mock was missed in the work of https://webrtc-codereview.appspot.com/23129004 since the file is not currently used by any test in this repo. BUG=chromium:81439 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/25199004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7727 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -27,7 +27,7 @@ class MockFrameDropper : public FrameDropper {
|
||||
MOCK_METHOD0(DropFrame,
|
||||
bool());
|
||||
MOCK_METHOD2(Fill,
|
||||
void(uint32_t frameSizeBytes, bool deltaFrame));
|
||||
void(size_t frameSizeBytes, bool deltaFrame));
|
||||
MOCK_METHOD1(Leak,
|
||||
void(uint32_t inputFrameRate));
|
||||
MOCK_METHOD2(SetRates,
|
||||
|
||||
Reference in New Issue
Block a user