| Index: media/video/capture/screen/differ.cc
|
| diff --git a/remoting/capturer/differ.cc b/media/video/capture/screen/differ.cc
|
| similarity index 98%
|
| rename from remoting/capturer/differ.cc
|
| rename to media/video/capture/screen/differ.cc
|
| index 07421cf09a2db8eaebe9da64d0abcdf736ffa5ba..3296903824015b4d45275282e1a9f30385f0450f 100644
|
| --- a/remoting/capturer/differ.cc
|
| +++ b/media/video/capture/screen/differ.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/capturer/differ.h"
|
| +#include "media/video/capture/screen/differ.h"
|
|
|
| #include "base/logging.h"
|
| -#include "remoting/capturer/differ_block.h"
|
| +#include "media/video/capture/screen/differ_block.h"
|
|
|
| -namespace remoting {
|
| +namespace media {
|
|
|
| Differ::Differ(int width, int height, int bpp, int stride) {
|
| // Dimensions of screen.
|
| @@ -208,4 +208,4 @@ void Differ::MergeBlocks(SkRegion* region) {
|
| }
|
| }
|
|
|
| -} // namespace remoting
|
| +} // namespace media
|
|
|