Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1470)

Unified Diff: remoting/host/host_mock_objects.h

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/fake_desktop_environment.cc ('k') | remoting/host/host_mock_objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_mock_objects.h
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
index eaae574af87353358bbd1fa2161355068dabdce0..e0d249cd80afeff4c6d38349064f1829ebea7100 100644
--- a/remoting/host/host_mock_objects.h
+++ b/remoting/host/host_mock_objects.h
@@ -166,18 +166,6 @@ class MockMouseCursorMonitor : public webrtc::MouseCursorMonitor {
DISALLOW_COPY_AND_ASSIGN(MockMouseCursorMonitor);
};
-class MockVideoEncoder : public VideoEncoder {
- public:
- MockVideoEncoder();
- ~MockVideoEncoder() override;
-
- MOCK_METHOD1(SetLosslessEncode, void(bool));
- MOCK_METHOD1(SetLosslessColor, void(bool));
- MOCK_METHOD1(EncodePtr, VideoPacket*(const webrtc::DesktopFrame&));
-
- scoped_ptr<VideoPacket> Encode(const webrtc::DesktopFrame& frame) override;
-};
-
} // namespace remoting
#endif // REMOTING_HOST_HOST_MOCK_OBJECTS_H_
« no previous file with comments | « remoting/host/fake_desktop_environment.cc ('k') | remoting/host/host_mock_objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698