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

Unified Diff: content/public/browser/gpu_data_manager.h

Issue 14146011: Renamed 'software_rendering' to 'swiftshader' to differentiate from (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 8 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 | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/gpu_data_manager.h
diff --git a/content/public/browser/gpu_data_manager.h b/content/public/browser/gpu_data_manager.h
index 3c0624c500a7ae76e42314cc61ee0799096245ce..d43bc73748ca4326f72d8e2e22c9f71b7cf5e745 100644
--- a/content/public/browser/gpu_data_manager.h
+++ b/content/public/browser/gpu_data_manager.h
@@ -61,10 +61,10 @@ class GpuDataManager {
// which can be retrieved via the GPU data manager's on-update function.
virtual void RequestVideoMemoryUsageStatsUpdate() const = 0;
- // Returns true if the software rendering should currently be used.
- virtual bool ShouldUseSoftwareRendering() const = 0;
+ // Returns true if SwiftShader should be used.
+ virtual bool ShouldUseSwiftShader() const = 0;
- // Register a path to the SwiftShader software renderer.
+ // Register a path to SwiftShader.
virtual void RegisterSwiftShaderPath(const base::FilePath& path) = 0;
// Registers/unregister |observer|.
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698