diff options
Diffstat (limited to 'chrome/gpu')
-rw-r--r-- | chrome/gpu/gpu_backing_store_glx_context.h | 2 | ||||
-rw-r--r-- | chrome/gpu/gpu_backing_store_win.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/gpu/gpu_backing_store_glx_context.h b/chrome/gpu/gpu_backing_store_glx_context.h index 393cd92..006d791 100644 --- a/chrome/gpu/gpu_backing_store_glx_context.h +++ b/chrome/gpu/gpu_backing_store_glx_context.h @@ -6,8 +6,8 @@ #define CHROME_GPU_GPU_BACKING_STORE_GLX_CONTEXT_H_ #include "base/basictypes.h" -#include "base/gfx/size.h" #include "chrome/gpu/x_util.h" +#include "gfx/size.h" class GpuThread; diff --git a/chrome/gpu/gpu_backing_store_win.h b/chrome/gpu/gpu_backing_store_win.h index ba7cf0c..14fe9ce 100644 --- a/chrome/gpu/gpu_backing_store_win.h +++ b/chrome/gpu/gpu_backing_store_win.h @@ -11,8 +11,8 @@ #include "app/gfx/native_widget_types.h" #include "base/basictypes.h" -#include "base/gfx/size.h" #include "chrome/common/transport_dib.h" +#include "gfx/size.h" #include "ipc/ipc_channel.h" class GpuThread; |