summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu_blacklist.cc
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-08 01:48:48 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-08 01:48:48 +0000
commitf24a1e2b4c8e42794d1636e43bf033f8762410c0 (patch)
tree4f5e50b905149674e93d063a8b31c53e0905bf70 /content/browser/gpu_blacklist.cc
parent31af5f2c16eb49136701e4a9d0b9625a12ba8b28 (diff)
downloadchromium_src-f24a1e2b4c8e42794d1636e43bf033f8762410c0.zip
chromium_src-f24a1e2b4c8e42794d1636e43bf033f8762410c0.tar.gz
chromium_src-f24a1e2b4c8e42794d1636e43bf033f8762410c0.tar.bz2
Moved code that runs in both the browser and GPU process from content/gpu to content/common/gpu.
Also renamed GpuRenderThread to GpuChannelManager since that is what it really does. The only remaining dependency from content/common/gpu to content/gpu is gpu_watchdog_thread.h. Once that dependency has been reversed it should be possible to move most or all of the code in content/gpu to chrome/gpu. TEST=build, WebGL works, run by trybots. BUG=none Review URL: http://codereview.chromium.org/6793054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu_blacklist.cc')
-rw-r--r--content/browser/gpu_blacklist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu_blacklist.cc b/content/browser/gpu_blacklist.cc
index ee83df3..50486c9 100644
--- a/content/browser/gpu_blacklist.cc
+++ b/content/browser/gpu_blacklist.cc
@@ -14,7 +14,7 @@
#include "base/sys_info.h"
#include "base/values.h"
#include "base/version.h"
-#include "content/common/gpu_info.h"
+#include "content/common/gpu/gpu_info.h"
namespace {