From 6c077af5c79a85d64e4b4363b8d0e29bb16543db Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Fri, 19 Mar 2010 14:01:33 +0000 Subject: Remove dependency from webkit on chrome/common by moving files to src/app. BUG=37985 TEST=no functional change. Review URL: http://codereview.chromium.org/1060001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42101 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/gpu_messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/gpu_messages.h') diff --git a/chrome/common/gpu_messages.h b/chrome/common/gpu_messages.h index 0e101fb..f3e16a3 100644 --- a/chrome/common/gpu_messages.h +++ b/chrome/common/gpu_messages.h @@ -7,11 +7,11 @@ #include +#include "app/surface/transport_dib.h" #include "base/basictypes.h" #include "base/process.h" #include "chrome/common/common_param_traits.h" #include "chrome/common/gpu_native_window_handle.h" -#include "chrome/common/transport_dib.h" #include "gfx/native_widget_types.h" #include "gfx/rect.h" #include "gfx/size.h" -- cgit v1.1