diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-18 00:30:50 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-18 00:30:50 +0000 |
commit | f09182462bb6c240cf9d6211eed080687c4d5b9c (patch) | |
tree | e8151f44003f5eb22b7d9e41f018caeb2285db52 /content/gpu/gpu_child_thread.h | |
parent | 56ff47995a667275343921b55ff816152e6d1e77 (diff) | |
download | chromium_src-f09182462bb6c240cf9d6211eed080687c4d5b9c.zip chromium_src-f09182462bb6c240cf9d6211eed080687c4d5b9c.tar.gz chromium_src-f09182462bb6c240cf9d6211eed080687c4d5b9c.tar.bz2 |
Collect GPU info before enabling sandbox.
BUG=112205
Review URL: https://chromiumcodereview.appspot.com/9401025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/gpu/gpu_child_thread.h')
-rw-r--r-- | content/gpu/gpu_child_thread.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h index 111626a..0f39b42 100644 --- a/content/gpu/gpu_child_thread.h +++ b/content/gpu/gpu_child_thread.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -34,7 +34,8 @@ class GpuWatchdogThread; // commands to the GPU. class GpuChildThread : public ChildThread { public: - explicit GpuChildThread(bool dead_on_arrival); + explicit GpuChildThread(bool dead_on_arrival, + const content::GPUInfo& gpu_info); // For single-process mode. explicit GpuChildThread(const std::string& channel_id); |