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

Unified Diff: Source/platform/audio/HRTFDatabaseLoader.h

Issue 685153005: Oilpan: HRTF dababase loader thread should be attached to Oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/platform/audio/HRTFDatabaseLoader.h
diff --git a/Source/platform/audio/HRTFDatabaseLoader.h b/Source/platform/audio/HRTFDatabaseLoader.h
index 27d001788ba2575f3819ccea81114146b29c312a..74408b2cf76efdf53acb8ca1eae4dffafdcbe8b1 100644
--- a/Source/platform/audio/HRTFDatabaseLoader.h
+++ b/Source/platform/audio/HRTFDatabaseLoader.h
@@ -29,9 +29,9 @@
#ifndef HRTFDatabaseLoader_h
#define HRTFDatabaseLoader_h
+#include "platform/WebThreadSupportingGC.h"
#include "platform/audio/HRTFDatabase.h"
#include "platform/heap/Handle.h"
-#include "public/platform/WebThread.h"
#include "wtf/HashMap.h"
#include "wtf/ThreadingPrimitives.h"
@@ -77,7 +77,7 @@ private:
Mutex m_lock;
OwnPtr<HRTFDatabase> m_hrtfDatabase;
- OwnPtr<WebThread> m_databaseLoaderThread;
+ OwnPtr<WebThreadSupportingGC> m_thread;
float m_databaseSampleRate;
};
« no previous file with comments | « no previous file | Source/platform/audio/HRTFDatabaseLoader.cpp » ('j') | Source/platform/audio/HRTFDatabaseLoader.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698