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

Unified Diff: remoting/host/differ.h

Issue 7511014: Define Chromoting's differ block size in one (and only one) place. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update copyright Created 9 years, 4 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 | « no previous file | remoting/host/differ.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/differ.h
diff --git a/remoting/host/differ.h b/remoting/host/differ.h
index b36d0558f2b402774798d0c6b59da9afee8a7159..99036800b14087de9aa6f574b5e9a313637f4fde 100644
--- a/remoting/host/differ.h
+++ b/remoting/host/differ.h
@@ -16,10 +16,6 @@ namespace remoting {
typedef uint8 DiffInfo;
-// Size (in pixels) of each square block used for diffing.
-// This must be a multiple of sizeof(uint64).
-static const int kBlockSize = 32;
-
class Differ {
public:
// Create a differ that operates on bitmaps with the specified width, height
« no previous file with comments | « no previous file | remoting/host/differ.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698