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

Unified Diff: content/test/gpu/gpu_test_config.h

Issue 15745014: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 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 | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/test/gpu/gpu_test_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_test_config.h
===================================================================
--- content/test/gpu/gpu_test_config.h (revision 201645)
+++ content/test/gpu/gpu_test_config.h (working copy)
@@ -11,7 +11,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-namespace content {
+namespace gpu {
struct GPUInfo;
} // namespace content
@@ -96,7 +96,7 @@
virtual void AddGPUVendor(uint32 gpu_vendor) OVERRIDE;
// Return false if gpu_info does not have valid vendor_id and device_id.
- bool SetGPUInfo(const content::GPUInfo& gpu_info);
+ bool SetGPUInfo(const gpu::GPUInfo& gpu_info);
// Check if the bot config is valid, i.e., if it is one valid test-bot
// environment. For example, if a field is unknown, or if OS is not one
@@ -110,7 +110,7 @@
// Setup the config with the current gpu testing environment.
// If gpu_info is NULL, collect GPUInfo first.
- bool LoadCurrentConfig(const content::GPUInfo* gpu_info);
+ bool LoadCurrentConfig(const gpu::GPUInfo* gpu_info);
// Check if this bot's config matches |config_data| or any of the |configs|.
static bool CurrentConfigMatches(const std::string& config_data);
« no previous file with comments | « content/renderer/renderer_webkitplatformsupport_impl.cc ('k') | content/test/gpu/gpu_test_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698