| Index: remoting/host/differ.h
|
| diff --git a/remoting/host/differ.h b/remoting/host/differ.h
|
| index 1476cdb57664b11dcf89a54e9e606cbf7295b9af..ce765722f9e99eb1527389e99d564d07d7cfce2f 100644
|
| --- a/remoting/host/differ.h
|
| +++ b/remoting/host/differ.h
|
| @@ -25,6 +25,7 @@ class Differ {
|
| // Create a differ that operates on bitmaps with the specified width, height
|
| // and bytes_per_pixel.
|
| Differ(int width, int height, int bytes_per_pixel, int stride);
|
| + ~Differ();
|
|
|
| // Given the previous and current screen buffer, calculate the set of
|
| // rectangles that enclose all the changed pixels in the new screen.
|
|
|