| Index: content/browser/gpu/gpu_process_host_ui_shim.cc
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| index f5dcd8f574d502372bc015c9292eaab02785f404..ed633d1e0f042d1ec02044867efe942c24b59c49 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
|
|
|
|
|