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

Unified Diff: cc/base/unique_notifier.h

Issue 514123002: Manual fixups in compositor code scoped_refptr operator T* removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 years, 4 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/base/unique_notifier_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/unique_notifier.h
diff --git a/cc/base/unique_notifier.h b/cc/base/unique_notifier.h
index 4752f6f6955684d10adaf8de1317a943f9244a4d..89bfecc0f462316041e9d4057c113a6a09351a12 100644
--- a/cc/base/unique_notifier.h
+++ b/cc/base/unique_notifier.h
@@ -32,6 +32,7 @@ class CC_EXPORT UniqueNotifier {
private:
void Notify();
+ // TODO(dcheng): How come this doesn't need to hold a ref to the task runner?
base::SequencedTaskRunner* task_runner_;
base::Closure closure_;
bool notification_pending_;
« no previous file with comments | « no previous file | cc/base/unique_notifier_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698