summaryrefslogtreecommitdiffstats
path: root/content/common/gpu
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 20:00:41 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 20:00:41 +0000
commit19a5c744bf18b7e7b233fe2de250275f58ed9562 (patch)
tree7d87a52f17e950b380a44c67f1b27c3ec5a47ae9 /content/common/gpu
parentc92f4ed1c339ad9a413a6945e5e6c71f397187a1 (diff)
downloadchromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.zip
chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.tar.gz
chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.tar.bz2
Move common_param_traits and webkit_param_traits to content/public/common.
BUG=98716 Review URL: http://codereview.chromium.org/8368004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu')
-rw-r--r--content/common/gpu/gpu_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
index c9ffc4c..906a195 100644
--- a/content/common/gpu/gpu_messages.h
+++ b/content/common/gpu/gpu_messages.h
@@ -9,8 +9,8 @@
#include <string>
#include "base/shared_memory.h"
-#include "content/common/common_param_traits.h"
#include "content/common/gpu/gpu_process_launch_causes.h"
+#include "content/public/common/common_param_traits.h"
#include "content/public/common/gpu_info.h"
#include "gpu/command_buffer/common/command_buffer.h"
#include "gpu/command_buffer/common/constants.h"