Index: remoting/host/differ.cc |
diff --git a/remoting/host/differ.cc b/remoting/host/differ.cc |
index 397bd4363350a86eadc3ab9c061091a4cab04071..d5e618a80d25314b41ef45b3793eae40de439a7f 100644 |
--- a/remoting/host/differ.cc |
+++ b/remoting/host/differ.cc |
@@ -105,7 +105,7 @@ void Differ::MarkDirtyBlocks(const void* prev_buffer, const void* curr_buffer) { |
for (int x = 0; x < x_full_blocks; x++) { |
*diff_info = DiffPartialBlock(prev_block, curr_block, |
bytes_per_row_, |
- kBlockWidth, partial_row_height); |
+ kBlockSize, partial_row_height); |
prev_block += block_x_offset; |
curr_block += block_x_offset; |
diff_info += sizeof(DiffInfo); |