summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remoting/host/capturer_fake.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/capturer_fake.cc b/remoting/host/capturer_fake.cc
index e546788..56b43cf 100644
--- a/remoting/host/capturer_fake.cc
+++ b/remoting/host/capturer_fake.cc
@@ -15,6 +15,7 @@ static const int kMaxColorChannelValue = 255;
CapturerFake::CapturerFake()
: seed_(0) {
+ ScreenConfigurationChanged();
}
CapturerFake::~CapturerFake() {