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

Unified Diff: chrome/common/child_process_logging_win.cc

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 | « chrome/common/child_process_logging_posix.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/child_process_logging_win.cc
===================================================================
--- chrome/common/child_process_logging_win.cc (revision 201645)
+++ chrome/common/child_process_logging_win.cc (working copy)
@@ -14,8 +14,8 @@
#include "chrome/common/chrome_constants.h"
#include "chrome/common/metrics/variations/variations_util.h"
#include "chrome/installer/util/google_update_settings.h"
-#include "content/public/common/gpu_info.h"
#include "googleurl/src/gurl.h"
+#include "gpu/config/gpu_info.h"
namespace child_process_logging {
@@ -157,7 +157,7 @@
}
}
-void SetGpuInfo(const content::GPUInfo& gpu_info) {
+void SetGpuInfo(const gpu::GPUInfo& gpu_info) {
static MainSetGpuInfo set_gpu_info = NULL;
// note: benign race condition on set_gpu_info.
if (!set_gpu_info) {
« no previous file with comments | « chrome/common/child_process_logging_posix.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698