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

Unified Diff: remoting/host/differ.cc

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 years, 2 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 | « remoting/host/differ.h ('k') | remoting/host/in_memory_host_config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « remoting/host/differ.h ('k') | remoting/host/in_memory_host_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698