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

Unified Diff: base/memory/ref_counted.h

Issue 38553002: cc: Add tile pool to tile manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | base/memory/ref_counted.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/ref_counted.h
diff --git a/base/memory/ref_counted.h b/base/memory/ref_counted.h
index aae36b17c2f19a5a8d845e5e7d0daf0fdcbf93e7..e2a181b780fa74f1e3b2baec9147d9375f48ec06 100644
--- a/base/memory/ref_counted.h
+++ b/base/memory/ref_counted.h
@@ -29,6 +29,8 @@ class BASE_EXPORT RefCountedBase {
// Returns true if the object should self-delete.
bool Release() const;
+ void ClearInDtor() const;
+
private:
mutable int ref_count_;
#ifndef NDEBUG
« no previous file with comments | « no previous file | base/memory/ref_counted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698