diff options
author | heejin.r.chung@samsung.com <heejin.r.chung@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-27 11:22:37 +0000 |
---|---|---|
committer | heejin.r.chung@samsung.com <heejin.r.chung@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-27 11:22:37 +0000 |
commit | 87c47f1cf59074de7bf000fcb8df398cabe6949e (patch) | |
tree | 2a655fca0e32857edaee5c6a28157c4e4e819211 /cc/output/output_surface.cc | |
parent | d23cc4cf8500248c536f2236fbf179143d7a7282 (diff) | |
download | chromium_src-87c47f1cf59074de7bf000fcb8df398cabe6949e.zip chromium_src-87c47f1cf59074de7bf000fcb8df398cabe6949e.tar.gz chromium_src-87c47f1cf59074de7bf000fcb8df398cabe6949e.tar.bz2 |
cc/output: cleanup: Remove unnecessary #includes
Remove or move/change #includes to appropriate places/ones.
BUG=
Review URL: https://codereview.chromium.org/416273005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/output/output_surface.cc')
-rw-r--r-- | cc/output/output_surface.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc index 518ec78..8283f06 100644 --- a/cc/output/output_surface.cc +++ b/cc/output/output_surface.cc @@ -23,11 +23,9 @@ #include "cc/scheduler/delay_based_time_source.h" #include "gpu/command_buffer/client/context_support.h" #include "gpu/command_buffer/client/gles2_interface.h" -#include "third_party/khronos/GLES2/gl2.h" -#include "third_party/khronos/GLES2/gl2ext.h" #include "ui/gfx/frame_time.h" -#include "ui/gfx/rect.h" -#include "ui/gfx/size.h" +#include "ui/gfx/geometry/rect.h" +#include "ui/gfx/geometry/size.h" using std::set; using std::string; |