| Index: remoting/host/differ.cc
|
| diff --git a/remoting/host/differ.cc b/remoting/host/differ.cc
|
| index 3409e0f3d3d970be2c2b92d2c4f8aabb0b2d6b73..c7d28b0159a2d6c4d736781551f6ce86071cf38b 100644
|
| --- a/remoting/host/differ.cc
|
| +++ b/remoting/host/differ.cc
|
| @@ -23,6 +23,8 @@ Differ::Differ(int width, int height, int bpp, int stride) {
|
| diff_info_.reset(new uint8[diff_info_size_]);
|
| }
|
|
|
| +Differ::~Differ() {}
|
| +
|
| void Differ::CalcDirtyRects(const void* prev_buffer, const void* curr_buffer,
|
| InvalidRects* rects) {
|
| if (!rects) {
|
|
|