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

Unified Diff: net/tools/flip_server/output_ordering.cc

Issue 22243002: GTTF: Enable glibcxx debug mode for Debug builds by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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 | « net/tools/flip_server/output_ordering.h ('k') | ui/gfx/image/image_family.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/flip_server/output_ordering.cc
diff --git a/net/tools/flip_server/output_ordering.cc b/net/tools/flip_server/output_ordering.cc
index 4f8870d46ed16d0456ac2798fc16811cc335d3f4..9659954f48b36943534716a42003e7ded622bfaa 100644
--- a/net/tools/flip_server/output_ordering.cc
+++ b/net/tools/flip_server/output_ordering.cc
@@ -14,6 +14,8 @@ namespace net {
OutputOrdering::PriorityMapPointer::PriorityMapPointer()
: ring(NULL), alarm_enabled(false) {}
+OutputOrdering::PriorityMapPointer::~PriorityMapPointer() {}
+
// static
double OutputOrdering::server_think_time_in_s_ = 0.0;
« no previous file with comments | « net/tools/flip_server/output_ordering.h ('k') | ui/gfx/image/image_family.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698