diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 03:12:31 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 03:12:31 +0000 |
commit | a47aa89e77066507e80f97839e0c08e3432379ab (patch) | |
tree | 9e58424dbb240bf676ba29a1da9da763e029a2c1 /content | |
parent | 7ffe7e1bbdebf463804537faca533326fe579499 (diff) | |
download | chromium_src-a47aa89e77066507e80f97839e0c08e3432379ab.zip chromium_src-a47aa89e77066507e80f97839e0c08e3432379ab.tar.gz chromium_src-a47aa89e77066507e80f97839e0c08e3432379ab.tar.bz2 |
GTK: Make the gtk port compile with GTK_DISABLE_SINGLE_INCLUDES.
BUG=79722
TEST=none
TBR=tony
Review URL: http://codereview.chromium.org/8586044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/gpu/gpu_process_host_ui_shim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc index f5dcd8f..ed633d1 100644 --- a/content/browser/gpu/gpu_process_host_ui_shim.cc +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc @@ -22,7 +22,7 @@ // These two #includes need to come after gpu_messages.h. #include "ui/base/x/x11_util.h" #include "ui/gfx/size.h" -#include <gdk/gdkwindow.h> // NOLINT +#include <gdk/gdk.h> // NOLINT #include <gdk/gdkx.h> // NOLINT #endif |