| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index 7eb8c4629f482049a007c183b2356e7e18973fff..8d10a630c7f5196cff5a4c316f04022ba7be0ec1 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -58,10 +58,6 @@ class GpuChildThread : public ChildThreadImpl,
|
| public:
|
| typedef std::queue<IPC::Message*> DeferredMessages;
|
|
|
| - // Returns the one gpu thread for this process. Note that this can only
|
| - // be accessed when running on the gpu thread itself.
|
| - static GpuChildThread* current();
|
| -
|
| GpuChildThread(GpuWatchdogThread* gpu_watchdog_thread,
|
| bool dead_on_arrival,
|
| const gpu::GPUInfo& gpu_info,
|
|
|