diff options
Diffstat (limited to 'content/browser/browser_thread.h')
-rw-r--r-- | content/browser/browser_thread.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h index 8a91415..8a67f3d 100644 --- a/content/browser/browser_thread.h +++ b/content/browser/browser_thread.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -62,6 +62,9 @@ class BrowserThread : public base::Thread { // This is the thread that processes IPC and network messages. IO, + // This thread issues calls to the GPU in the browser process. + GPU, + #if defined(USE_X11) // This thread has a second connection to the X server and is used to // process UI requests when routing the request to the UI thread would risk |