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

Unified Diff: cc/prioritized_resource.h

Issue 11411251: Use a lock to deal with concurrent access to the m_evictedBackings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make lock mutable Created 8 years, 1 month 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/prioritized_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/prioritized_resource.h
diff --git a/cc/prioritized_resource.h b/cc/prioritized_resource.h
index dd3321d734b21f2de617790493d1527422404e42..cd4f4c648a3e2d2b3352ded4e6e27c7b75270158 100644
--- a/cc/prioritized_resource.h
+++ b/cc/prioritized_resource.h
@@ -122,11 +122,6 @@ private:
bool m_resourceHasBeenDeleted;
- // Set when getEvictedBackings adds this backing to a list, and
- // un-set unlinkEvictedBackings passes it back in. This must never
- // be set when already true, and must be false when the backing is
- // destroyed.
- bool m_inMainThreadEvictedList;
#ifndef NDEBUG
ResourceProvider* m_resourceProvider;
#endif
« no previous file with comments | « no previous file | cc/prioritized_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698