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

Unified Diff: Source/modules/compositorworker/CompositorWorkerMessagingProxy.h

Issue 1041053005: Oilpan: fix WorkerThreadStartupData finalization handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add comment clarifying use of CrossThreadPersistent<> Created 5 years, 9 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
Index: Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
diff --git a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
index d36a774d269ddb51b2a89c5f608556ea1087c8ae..ecfb5165b47c6eb248e3da35ef512ce8dfb8e25d 100644
--- a/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
+++ b/Source/modules/compositorworker/CompositorWorkerMessagingProxy.h
@@ -16,7 +16,7 @@ public:
protected:
virtual ~CompositorWorkerMessagingProxy();
- virtual PassRefPtr<WorkerThread> createWorkerThread(double originTime, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>);
+ virtual PassRefPtr<WorkerThread> createWorkerThread(double originTime, PassOwnPtr<WorkerThreadStartupData>);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698