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

Unified Diff: remoting/capturer/differ.h

Issue 11470028: Move screen capturers to remoting/capturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « remoting/capturer/capture_data.cc ('k') | remoting/capturer/differ.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/capturer/differ.h
diff --git a/remoting/host/differ.h b/remoting/capturer/differ.h
similarity index 90%
rename from remoting/host/differ.h
rename to remoting/capturer/differ.h
index c46f57a4357e9f7f15867e4cb805f26c46474a26..469384c470e2b90300400e2a805093d08ae2435f 100644
--- a/remoting/host/differ.h
+++ b/remoting/capturer/differ.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef REMOTING_HOST_DIFFER_H_
-#define REMOTING_HOST_DIFFER_H_
+#ifndef REMOTING_CAPTURER_DIFFER_H_
+#define REMOTING_CAPTURER_DIFFER_H_
#include <vector>
@@ -19,6 +19,8 @@ typedef uint8 DiffInfo;
// diff_info_ should no longer be needed, as we can put our data directly into
// the region that we are calculating.
// http://crbug.com/92379
+// TODO(sergeyu): Rename this class to something more sensible, e.g.
+// VideoFrameDifferencer.
class Differ {
public:
// Create a differ that operates on bitmaps with the specified width, height
@@ -79,4 +81,4 @@ class Differ {
} // namespace remoting
-#endif // REMOTING_HOST_DIFFER_H_
+#endif // REMOTING_CAPTURER_DIFFER_H_
« no previous file with comments | « remoting/capturer/capture_data.cc ('k') | remoting/capturer/differ.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698