Fix FullScreen crash in Webapp
[platform/framework/web/chromium-efl.git] / media / remoting / test_utils.cc
1 // Copyright 2020 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "media/remoting/test_utils.h"
6 #include "media/remoting/receiver_controller.h"
7
8 namespace media {
9 namespace remoting {
10
11 void ResetForTesting(ReceiverController* controller) {
12   controller->receiver_.reset();
13   controller->media_remotee_.reset();
14 }
15
16 }  // namespace remoting
17 }  // namespace media