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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 10310180: Disable GPU info collection on GPU process startup on Win/Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months 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
« no previous file with comments | « no previous file | content/gpu/gpu_child_thread.cc » ('j') | content/gpu/gpu_child_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.h
===================================================================
--- content/gpu/gpu_child_thread.h (revision 137174)
+++ content/gpu/gpu_child_thread.h (working copy)
@@ -34,8 +34,7 @@
// commands to the GPU.
class GpuChildThread : public ChildThread {
public:
- explicit GpuChildThread(bool dead_on_arrival,
- const content::GPUInfo& gpu_info);
+ GpuChildThread();
// For single-process mode.
explicit GpuChildThread(const std::string& channel_id);
@@ -67,9 +66,6 @@
const content::DxDiagNode& node);
#endif
- // Set this flag to true if a fatal error occurred before we receive the
- // OnInitialize message, in which case we just declare ourselves DOA.
- bool dead_on_arrival_;
base::Time process_start_time_;
scoped_refptr<GpuWatchdogThread> watchdog_thread_;
« no previous file with comments | « no previous file | content/gpu/gpu_child_thread.cc » ('j') | content/gpu/gpu_child_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698