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

Unified Diff: chrome/gpu/x_util.cc

Issue 2804042: Incomplete changes to make scoped_ptr_malloc use plain functions. (Closed)
Patch Set: chrome now builds & links Created 10 years, 5 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 | « chrome/gpu/x_util.h ('k') | chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/x_util.cc
diff --git a/chrome/gpu/x_util.cc b/chrome/gpu/x_util.cc
index 3756f67cd872cf728dc2b2eb331fac8d51476e8a..67cd8946ea7bc6ba69ca3f3b4f456d1b4369c39f 100644
--- a/chrome/gpu/x_util.cc
+++ b/chrome/gpu/x_util.cc
@@ -4,8 +4,5 @@
#include "chrome/gpu/x_util.h"
-#include <X11/Xutil.h>
+// TODO(joth): delete this file is not needed.
-void ScopedPtrXFree::operator()(void* x) const {
- ::XFree(x);
-}
« no previous file with comments | « chrome/gpu/x_util.h ('k') | chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698