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

Unified Diff: content/browser/gpu/gpu_process_host.h

Issue 8480015: Allow switching to SwiftShader when GPU is blacklisted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename functions Created 9 years, 1 month 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 | « content/browser/gpu/gpu_data_manager.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host.h
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 9f2b5206ec3aa8010d1f3e063596c2649ed380de..f4f226a376fd3d686bce341f693bfcf7ca144996 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -80,6 +80,9 @@ class GpuProcessHost : public BrowserChildProcessHost,
const GPUCreateCommandBufferConfig& init_params,
CreateCommandBufferCallback* callback);
+ // Whether this GPU process is set up to use software rendering.
+ bool software_rendering();
+
private:
GpuProcessHost(int host_id);
virtual ~GpuProcessHost();
@@ -149,6 +152,8 @@ class GpuProcessHost : public BrowserChildProcessHost,
// of a separate GPU process.
bool in_process_;
+ bool software_rendering_;
+
scoped_ptr<GpuMainThread> in_process_gpu_thread_;
// Master switch for enabling/disabling GPU acceleration for the current
« no previous file with comments | « content/browser/gpu/gpu_data_manager.cc ('k') | content/browser/gpu/gpu_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698