diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-10 23:43:59 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-10 23:43:59 +0000 |
commit | ce7f62e3d9d64f40db04dc475c7b67ef7c8a4223 (patch) | |
tree | 5f8635c3e8daadf85ec0ebf170113207e319569f /chrome/gpu/gpu_video_layer_glx.h | |
parent | cf2016d357ca3bc39895c05c691b4def860699e0 (diff) | |
download | chromium_src-ce7f62e3d9d64f40db04dc475c7b67ef7c8a4223.zip chromium_src-ce7f62e3d9d64f40db04dc475c7b67ef7c8a4223.tar.gz chromium_src-ce7f62e3d9d64f40db04dc475c7b67ef7c8a4223.tar.bz2 |
FBTF: Clean up some headers in tab_contents_delegate.h.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3145001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gpu/gpu_video_layer_glx.h')
-rw-r--r-- | chrome/gpu/gpu_video_layer_glx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/gpu/gpu_video_layer_glx.h b/chrome/gpu/gpu_video_layer_glx.h index 0a67184..4b3497f 100644 --- a/chrome/gpu/gpu_video_layer_glx.h +++ b/chrome/gpu/gpu_video_layer_glx.h @@ -12,6 +12,8 @@ #include "gfx/rect.h" #include "gfx/size.h" #include "ipc/ipc_channel.h" +#include "gfx/rect.h" +#include "gfx/size.h" class GpuViewX; class GpuThread; |