| Index: webrtc/modules/desktop_capture/screen_drawer.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/packet.cc b/webrtc/modules/desktop_capture/screen_drawer.cc
|
| similarity index 78%
|
| copy from webrtc/modules/audio_coding/neteq/packet.cc
|
| copy to webrtc/modules/desktop_capture/screen_drawer.cc
|
| index 8a19fe4d5923d5e22a5b485600c6da0c5f3856ba..ae738a54228da0b4eafa5f9442fda2fdd5a1f500 100644
|
| --- a/webrtc/modules/audio_coding/neteq/packet.cc
|
| +++ b/webrtc/modules/desktop_capture/screen_drawer.cc
|
| @@ -8,12 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/audio_coding/neteq/packet.h"
|
| +#include "webrtc/modules/desktop_capture/screen_drawer.h"
|
|
|
| namespace webrtc {
|
|
|
| -Packet::Packet() = default;
|
| -
|
| -Packet::~Packet() = default;
|
| +void ScreenDrawer::Clear() {
|
| + DrawRectangle(DrawableRegion(), 0);
|
| +}
|
|
|
| } // namespace webrtc
|
|
|