summaryrefslogtreecommitdiff
path: root/chromium/content/browser/gpu/gpu_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/gpu/gpu_process_host.h')
-rw-r--r--chromium/content/browser/gpu/gpu_process_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/content/browser/gpu/gpu_process_host.h b/chromium/content/browser/gpu/gpu_process_host.h
index 1d317c9564e..d95b1daea29 100644
--- a/chromium/content/browser/gpu/gpu_process_host.h
+++ b/chromium/content/browser/gpu/gpu_process_host.h
@@ -56,6 +56,7 @@ class Thread;
namespace content {
class BrowserChildProcessHostImpl;
+class GpuThreadController;
#if defined(OS_MAC)
class CATransactionGPUCoordinator;
@@ -246,7 +247,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
// Otherwise, under rare timings when the thread is still in Init(),
// it could crash as it fails to find a message pipe to the host.
std::unique_ptr<BrowserChildProcessHostImpl> process_;
- std::unique_ptr<base::Thread> in_process_gpu_thread_;
+ std::unique_ptr<GpuThreadController> in_process_gpu_thread_;
#if defined(OS_MAC)
scoped_refptr<CATransactionGPUCoordinator> ca_transaction_gpu_coordinator_;