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

Unified Diff: media/video/capture/screen/differ.cc

Issue 12047101: Move screen capturers from remoting/capturer to media/video/capturer/screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « media/video/capture/screen/differ.h ('k') | media/video/capture/screen/differ_block.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/video/capture/screen/differ.h ('k') | media/video/capture/screen/differ_block.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698