summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu_process_host.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 17:59:42 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 17:59:42 +0000
commita61508e5901304418d0c861a79b788c6fd74a997 (patch)
treec1f48290c209f8ac3726b3e734cb8b9404816ab3 /content/browser/gpu_process_host.cc
parenta37d7ec1af822aa3524308c58c5160e3bf117965 (diff)
downloadchromium_src-a61508e5901304418d0c861a79b788c6fd74a997.zip
chromium_src-a61508e5901304418d0c861a79b788c6fd74a997.tar.gz
chromium_src-a61508e5901304418d0c861a79b788c6fd74a997.tar.bz2
Make GPUInfo a struct, which it should be according to the C++ guidelines. This makes it easy to write automated serilization code for it.
Review URL: http://codereview.chromium.org/6621057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu_process_host.cc')
-rw-r--r--content/browser/gpu_process_host.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/gpu_process_host.cc b/content/browser/gpu_process_host.cc
index 61936f6..e89a46e 100644
--- a/content/browser/gpu_process_host.cc
+++ b/content/browser/gpu_process_host.cc
@@ -17,7 +17,6 @@
#include "chrome/browser/tab_contents/render_view_host_delegate_helper.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/gpu_feature_flags.h"
-#include "chrome/common/gpu_info.h"
#include "chrome/common/gpu_messages.h"
#include "chrome/common/render_messages.h"
#include "chrome/gpu/gpu_thread.h"