diff options
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 |