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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 15385003: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/gpu/DEPS ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »
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 201163)
+++ content/gpu/gpu_child_thread.h (working copy)
@@ -18,7 +18,7 @@
#include "content/common/gpu/gpu_channel_manager.h"
#include "content/common/gpu/gpu_config.h"
#include "content/common/gpu/x_util.h"
-#include "content/public/common/gpu_info.h"
+#include "gpu/config/gpu_info.h"
#include "ui/gfx/native_widget_types.h"
namespace sandbox {
@@ -36,7 +36,7 @@
public:
explicit GpuChildThread(GpuWatchdogThread* gpu_watchdog_thread,
bool dead_on_arrival,
- const GPUInfo& gpu_info);
+ const gpu::GPUInfo& gpu_info);
// For single-process mode.
explicit GpuChildThread(const std::string& channel_id);
@@ -82,7 +82,7 @@
scoped_ptr<GpuChannelManager> gpu_channel_manager_;
// Information about the GPU, such as device and vendor ID.
- GPUInfo gpu_info_;
+ gpu::GPUInfo gpu_info_;
// Whether the GPU thread is running in the browser process.
bool in_browser_process_;
« no previous file with comments | « content/gpu/DEPS ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698