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

Unified Diff: cc/resources/scoped_resource.h

Issue 652583002: remove unused Leak() function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed test code Created 6 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 | « no previous file | cc/resources/scoped_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/scoped_resource.h
diff --git a/cc/resources/scoped_resource.h b/cc/resources/scoped_resource.h
index f2c1a0d8bf9b7f4a8557ddb9d6f3fee31f116c5b..4241b38eae6b0201ba1714e6066d23c2a053bd19 100644
--- a/cc/resources/scoped_resource.h
+++ b/cc/resources/scoped_resource.h
@@ -32,7 +32,6 @@ class CC_EXPORT ScopedResource : public Resource {
GLenum target,
ResourceFormat format);
void Free();
- void Leak();
protected:
explicit ScopedResource(ResourceProvider* provider);
« no previous file with comments | « no previous file | cc/resources/scoped_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698