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

Unified Diff: remoting/capturer/video_frame_capturer_fake.h

Issue 11781003: Connect to DesktopEnvironment's stubs only when audio/video schedulers are about to be created. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 months 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
Index: remoting/capturer/video_frame_capturer_fake.h
diff --git a/remoting/capturer/video_frame_capturer_fake.h b/remoting/capturer/video_frame_capturer_fake.h
index c3a818b457a56f7602324a3ff183a05865e46a30..0547796591a9681a3d4712a7441da4896f461d88 100644
--- a/remoting/capturer/video_frame_capturer_fake.h
+++ b/remoting/capturer/video_frame_capturer_fake.h
@@ -17,6 +17,10 @@ namespace remoting {
// See remoting/host/video_frame_capturer.h.
class VideoFrameCapturerFake : public VideoFrameCapturer {
public:
+ // VideoFrameCapturerFake generates a picture of size kWidth x kHeight.
+ static const int kWidth = 800;
+ static const int kHeight = 600;
+
VideoFrameCapturerFake();
virtual ~VideoFrameCapturerFake();
« no previous file with comments | « no previous file | remoting/capturer/video_frame_capturer_fake.cc » ('j') | remoting/capturer/video_frame_capturer_fake.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698